diff options
-rw-r--r-- | .github/workflows/openwrt-ci-pull-request.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index 7a75d95..9ae8907 100644 --- a/.github/workflows/openwrt-ci-pull-request.yml +++ b/.github/workflows/openwrt-ci-pull-request.yml @@ -1,11 +1,8 @@ name: OpenWrt CI pull request testing on: - push: - branches-ignore: - - master pull_request: - types: [opened, reopened] + types: [opened, reopened, edited] env: CI_ENABLE_UNIT_TESTING: 1 |