diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1c723..03c3fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: 'CI' -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - '**' jobs: test: