Skip to content

Commit

Permalink
Merge pull request #1654 from embroider-build/fix-v-branches
Browse files Browse the repository at this point in the history
don't run CI for all branches starting with v
  • Loading branch information
mansona authored Nov 8, 2023
2 parents 518ea37 + efc5e86 commit f84b5cd
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
Expand Up @@ -11,7 +11,7 @@ on:
push:
branches:
- main
- 'v*' # prior release branches (e.g. `v0.30.x` branch)
- 'v[0-9]+*' # prior release branches (e.g. `v0.30.x` branch)
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit f84b5cd

Please sign in to comment.