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:
|
||||
branches: [ release*, alpha, beta ]
|
||||
pull_request:
|
||||
branches: [ release*, alpha, beta ]
|
||||
branches:
|
||||
- '**'
|
||||
env:
|
||||
NODE_VERSION: 19.3.0
|
||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||
|
||||
Reference in New Issue
Block a user