diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 349c1bb06e..7e1e2efbed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,8 @@ name: "Run build" on: pull_request: - # Run when the PR is ready and each time a review is re-requested - # (i.e. after feedback has been addressed). - types: [review_requested, ready_for_review] + # Run when the PR is opened, reopened, or updated (synchronize) + types: [opened, reopened, synchronize] workflow_dispatch: inputs: image_formats: