diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 740a6825..8f4328b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [ push, pull_request ] +on: + push: + branches: + - '**' + - '!dependabot/**' + pull_request: + branches: [ 'master' ] permissions: read-all