Skip to content

Commit 3bc586e

Browse files
Sophie WigmoreForestEckhardt
Sophie Wigmore
authored andcommitted
do not run draft release workflow on branches named v2-<something>
1 parent d558b87 commit 3bc586e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-draft-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- v*
8+
- '!v*-*'
89
repository_dispatch:
910
types: [ version-bump ]
1011
workflow_dispatch:

0 commit comments

Comments
 (0)