ci: Add LTS branches to CI workflow

This commit is contained in:
Manuel
2023-01-05 13:20:43 +01:00
committed by GitHub
parent 09d04b0aad
commit c8bc200729

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.1.0 NODE_VERSION: 18.1.0
PARSE_SERVER_TEST_TIMEOUT: 20000 PARSE_SERVER_TEST_TIMEOUT: 20000