Skip to content

Commit 14b0c56

Browse files
authored
Start release workflow on pushing tags instead of branches (#21)
1 parent 4d6641f commit 14b0c56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches:
55
- 'master'
6-
- 'v*.*.*'
6+
tags:
7+
- 'v[0-9]+.[0-9]+.[0-9]+'
78
workflow_dispatch:
89

910
permissions:

0 commit comments

Comments
 (0)