Skip to content

Commit

Permalink
ci: Fix CI workflow not running on release branches (parse-community#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 1, 2023
1 parent f59d46c commit 6207a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci
on:
push:
branches: [ release*, alpha, beta ]
branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 6207a02

Please sign in to comment.