Skip to content

Commit

Permalink
fix: remove regex, list maintenance branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Nov 9, 2023
1 parent 5666770 commit 07fa604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
push:
branches:
- master
- +([0-9])?(.{+([0-9]),x}).x
- 1.x
- 1.1.x
- 2.x
# this is to manually trigger the worklow
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 07fa604

Please sign in to comment.