Skip to content

Commit 0469de9

Browse files
build on all tags
1 parent 774e962 commit 0469de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
on:
33
push:
44
tags:
5-
- "[0-9]+.[0-9]+.[0-9]+" # the build-action will trigger on tags with the format 1.0.0
5+
- "*" # the build-action will trigger on tags with the format 1.0.0
66

77
jobs:
88
publish:

0 commit comments

Comments
 (0)