summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2023-10-11 16:47:10 +0200
committerJo-Philipp Wich <jo@mein.io>2023-10-11 16:47:10 +0200
commitf56394f0fc53e5c22cbe52cac0506d9fbef33cb3 (patch)
tree2ba327d3c704ce6c7d111f8febd437951d6e01d0
parentfcd39e290f58e3c598b976fb78a8fefaad3946ba (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>
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/openwrt-ci-pull-request.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6c9b02a..31e612f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -3,7 +3,7 @@ name: Build on macOS
on:
push:
pull_request:
- types: [opened, reopened]
+ types: [opened, reopened, synchronize]
jobs:
build:
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