diff options
Diffstat (limited to '.github/workflows/bundlewatch.yml')
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index c02a37ed9..2add86c49 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -2,8 +2,8 @@ name: Bundlewatch on: push: - branches: - - main + branches-ignore: + - "dependabot/**" pull_request: workflow_dispatch: |
