Skip to content

Commit 335c144

Browse files
committed
CI: Run CI on all PRs, even if the base (target) branch is not master or release-* (#144)
(cherry picked from commit 9390857d62393e455232bb36d84e70be422e3a7a)
1 parent d8f44f5 commit 335c144

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)