diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d731bd75..853f8977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,10 @@ name: ci on: push: - pull_request: branches: - main + pull_request: + types: [opened, synchronize, reopened] jobs: build_test_release: