ci: Add LTS branches to CI workflow

This commit is contained in:
Manuel
2023-01-05 13:21:44 +01:00
committed by GitHub
parent d19acf1c1a
commit b7815ed80a

View File

@@ -1,9 +1,9 @@
name: ci name: ci
on: on:
push: push:
branches: [ release, alpha, beta ] branches: [ release*, alpha, beta ]
pull_request: pull_request:
branches: [ release, alpha, beta ] branches: [ release*, alpha, beta ]
env: env:
NODE_VERSION: 18.12.1 NODE_VERSION: 18.12.1
PARSE_SERVER_TEST_TIMEOUT: 20000 PARSE_SERVER_TEST_TIMEOUT: 20000