diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index e01f45bc..9cb8716d 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -2,11 +2,7 @@ name: Continuous integration on: pull_request: - branches: - - "!sponsors" - push: - branches: - - "!sponsors" + types: [opened, synchronize, reopened] permissions: contents: read