Skip to content

Commit

Permalink
don't run CI for all branches starting with v
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 8, 2023
1 parent 518ea37 commit efc5e86
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 efc5e86

Please sign in to comment.