diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1d5aab2..98cca426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [ pull_request, push ] +on: + pull_request: + push: + branches-ignore: + - 'dependabot/**' jobs: test: