Skip to content

Commit 9c57183

Browse files
authored
Start GitHub action deploy on tag push with non-empty string (#64)
1 parent dd8ebe6 commit 9c57183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
- release/*
9-
tags: '[0-9]+.[0-9]+.[0-9]+'
9+
tags: '*'
1010
release:
1111
types:
1212
- created

0 commit comments

Comments
 (0)