diff options
| author | XhmikosR <[email protected]> | 2021-02-24 18:32:05 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-03-02 17:53:37 +0200 |
| commit | 58192b3cace6c58e1e68b15ffef07073449e874c (patch) | |
| tree | 45c835f96127b41f3d95fc8705f7f6b71ccb51c8 | |
| parent | cf70a58149f24ce09330dcb90776abe0328df33c (diff) | |
| download | bootstrap-58192b3cace6c58e1e68b15ffef07073449e874c.tar.xz bootstrap-58192b3cace6c58e1e68b15ffef07073449e874c.zip | |
Bundlewatch: stop ignoring dependabot branches (#33192)
| -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 cbc7edea9..f4e9106ff 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: |
