From 8700665099c7d502c43af9e3abe55ba181495145 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 9 Oct 2023 16:20:07 +0200 Subject: [PATCH] ci: don't skip pull request workflows for `master` branch We want pull request workflows to run, even if the source branch happens to be `master` from a forked repository. Signed-off-by: Jo-Philipp Wich --- .github/workflows/openwrt-ci-pull-request.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index 7a75d959..9ae8907e 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