diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41fccb8..7dfe60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: test: name: Test - ${{ matrix.python-version }}