Skip to content

Commit

Permalink
do not run draft release workflow on branches named v2-<something>
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored and ForestEckhardt committed Aug 12, 2024
1 parent d558b87 commit 3bc586e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- v*
- '!v*-*'
repository_dispatch:
types: [ version-bump ]
workflow_dispatch:
Expand Down

0 comments on commit 3bc586e

Please sign in to comment.