diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b31958..c9a7611a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ -on: [push, pull_request] +on: + push: + branches: [main] + pull_request: + permissions: contents: write pull-requests: write