ci: Fix CI not running for certain branches (#8417)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -3,7 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ release*, alpha, beta ]
|
branches: [ release*, alpha, beta ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ release*, alpha, beta ]
|
branches:
|
||||||
|
- '**'
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 19.3.0
|
NODE_VERSION: 19.3.0
|
||||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||||
|
|||||||
Reference in New Issue
Block a user