diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba5cf38..ebb6575 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,8 +2,8 @@ name: ci permissions: contents: read on: - push: - branches: '!main' + pull_request: + branches: [main] jobs: containers: runs-on: ubuntu-latest