diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bd26a78..eb8a5b7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: CI on: - pull_request: push: + branches: + - main + pull_request: + branches: + - "**" permissions: contents: read