Skip to content

Commit 3f08a92

Browse files
committed
Workflow trigger on release branch
1 parent 9c0b93d commit 3f08a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish
33
on:
44
workflow_dispatch:
55
push:
6-
tags:
7-
- "v*.*.*"
6+
branches:
7+
- "release/**"
88

99
concurrency:
1010
group: publish-${{ github.ref }}

0 commit comments

Comments
 (0)