Skip to content

Commit 44efeea

Browse files
committed
trigger the release build on tagging a new version
1 parent 5145c1b commit 44efeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Release
33

44
on:
55
push:
6-
tags: release-[1-9]+.[0-9]+.[0-9]+
7-
branches: master
6+
tags: v[1-9]+.[0-9]+.*
7+
# branches: master
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)