ci: Fix CI not running for certain branches (#8417)

This commit is contained in:
Manuel
2023-01-31 16:35:59 +01:00
committed by GitHub
parent 301459d216
commit 70e6914173

View File

@@ -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