Skip to content

Commit 9390857

Browse files
authored
CI: Run CI on all PRs, even if the base (target) branch is not master or release-* (#144)
1 parent 3679026 commit 9390857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
pull_request:
4-
branches:
5-
- 'master'
6-
- 'release-*'
4+
# branches:
5+
# - 'master'
6+
# - 'release-*'
77
push:
88
branches:
99
- 'master'

0 commit comments

Comments
 (0)