diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a2001ef33..ac787f284 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,6 +1,9 @@ name: CI -on: [push, pull_request] +on: + pull_request: + push: + branches-ignore: "dependabot/**" permissions: contents: read # to fetch code (actions/checkout)