diff --git a/.github/workflows/build_on_pr.yml b/.github/workflows/build_on_pr.yml index 0c3a55905..adf4501bb 100644 --- a/.github/workflows/build_on_pr.yml +++ b/.github/workflows/build_on_pr.yml @@ -2,7 +2,7 @@ name: Build on PR on: pull_request: - types: [synchronize, opened, reopened, ready_for_review, closed, edited] + types: [synchronize, opened, reopened, ready_for_review, closed] branches: - "main" - "develop"