We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301459d commit 70e6914Copy full SHA for 70e6914
.github/workflows/ci.yml
@@ -3,7 +3,8 @@ on:
3
push:
4
branches: [ release*, alpha, beta ]
5
pull_request:
6
- branches: [ release*, alpha, beta ]
+ branches:
7
+ - '**'
8
env:
9
NODE_VERSION: 19.3.0
10
PARSE_SERVER_TEST_TIMEOUT: 20000
0 commit comments