diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b16f277..ec09a8e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,11 @@ name: CI on: workflow_dispatch: pull_request: + types: + - opened + - reopened + - synchronize + - auto_merge_enabled push: branches: - main