summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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