diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0bf006e..337922388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,13 @@ name: Node CI -on: [push, pull_request] +on: + push: + branches-ignore: + - 'dependabot/**' + pull_request: + branches: + - '*' jobs: test: diff --git a/.github/workflows/release-audit.yml b/.github/workflows/release-audit.yml index 830909440..afc296ff0 100644 --- a/.github/workflows/release-audit.yml +++ b/.github/workflows/release-audit.yml @@ -17,7 +17,13 @@ name: Release Auditing -on: [push, pull_request] +on: + push: + branches-ignore: + - 'dependabot/**' + pull_request: + branches: + - '*' jobs: test: