Skip to content

Commit 70e6914

Browse files
authored
ci: Fix CI not running for certain branches (#8417)
1 parent 301459d commit 70e6914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches: [ release*, alpha, beta ]
55
pull_request:
6-
branches: [ release*, alpha, beta ]
6+
branches:
7+
- '**'
78
env:
89
NODE_VERSION: 19.3.0
910
PARSE_SERVER_TEST_TIMEOUT: 20000

0 commit comments

Comments
 (0)