Skip to content

Commit

Permalink
ci: don't skip pull request workflows for master branch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jow- committed Oct 9, 2023
1 parent 7c209d7 commit 8700665
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/openwrt-ci-pull-request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8700665

Please sign in to comment.