diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-10-11 16:47:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-10-11 16:47:10 +0200 |
commit | f56394f0fc53e5c22cbe52cac0506d9fbef33cb3 (patch) | |
tree | 2ba327d3c704ce6c7d111f8febd437951d6e01d0 /.github/workflows/openwrt-ci-pull-request.yml | |
parent | fcd39e290f58e3c598b976fb78a8fefaad3946ba (diff) |
ci: re-trigger workflows on pull request pushes
Re-trigger workflow runs for pull requests if the source branch is
amended or force pushed.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to '.github/workflows/openwrt-ci-pull-request.yml')
-rw-r--r-- | .github/workflows/openwrt-ci-pull-request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index 9ae8907..2469fb7 100644 --- a/.github/workflows/openwrt-ci-pull-request.yml +++ b/.github/workflows/openwrt-ci-pull-request.yml @@ -2,7 +2,7 @@ name: OpenWrt CI pull request testing on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, synchronize] env: CI_ENABLE_UNIT_TESTING: 1 |