diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b9463..d684187 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,14 @@ on: pull_request: branches: - main + push: + branches: + - main jobs: run_tests: runs-on: macos-14 + environment: ${{ github.event_name == 'push' && 'default' || 'ci-macos' }} strategy: matrix: include: