diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241b82a..2b589ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: pull_request: branches: [main] + types: [opened, synchronize, ready_for_review] push: branches: [main]