We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68865 commit f724c32Copy full SHA for f724c32
.github/workflows/mean_bean_deploy.yml
@@ -2,7 +2,7 @@ on:
2
push:
3
# Sequence of patterns matched against refs/tags
4
tags:
5
- - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
+ - "*" # our tags have no prefixes like "v"
6
7
name: Mean Bean Deploy
8
env:
0 commit comments