Skip to content

Commit

Permalink
ci: Add LTS branches to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 5, 2023
1 parent 09d04b0 commit c8bc200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
on:
push:
branches: [ release, alpha, beta ]
branches: [ release*, alpha, beta ]
pull_request:
branches: [ release, alpha, beta ]
branches: [ release*, alpha, beta ]
env:
NODE_VERSION: 18.1.0
PARSE_SERVER_TEST_TIMEOUT: 20000
Expand Down

0 comments on commit c8bc200

Please sign in to comment.