From bbc3ae71dd5be138360000b2f9d42492d3182219 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 26 Apr 2023 16:05:59 +0200 Subject: [PATCH] .github: get build and CI triggered by opened, synchronize Build and CI tests should run automatically whenever a pull request is opened, reopened or updated. On the other hand, it is not necessary to run build and CI tests on the events ready_for_review and review_requested. --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: