diff options
| author | XhmikosR <[email protected]> | 2021-02-24 18:32:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-24 18:32:05 +0200 |
| commit | 5560c86070c8be08f76801bbc7e525eea4fc0cf6 (patch) | |
| tree | e9284ad5ee6af69729f26807fffe8eabca02c842 /.github | |
| parent | 056216a3bd2fd1f28ba9ec6f2797aa2aaec5c6f0 (diff) | |
| download | bootstrap-5560c86070c8be08f76801bbc7e525eea4fc0cf6.tar.xz bootstrap-5560c86070c8be08f76801bbc7e525eea4fc0cf6.zip | |
Bundlewatch: stop ignoring dependabot branches (#33192)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index bebf01351..b2b1fa109 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -2,8 +2,6 @@ name: Bundlewatch on: push: - branches-ignore: - - "dependabot/**" pull_request: env: |
