Skip to content

Commit f724c32

Browse files
committed
ci: fix tag filter of deploy action
Should fix #201.
1 parent 5a68865 commit f724c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mean_bean_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- "*" # our tags have no prefixes like "v"
66

77
name: Mean Bean Deploy
88
env:

0 commit comments

Comments
 (0)