We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfb7c09 + d155709 commit 25d9e14Copy full SHA for 25d9e14
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,8 @@ on:
12
push:
13
branches: [master]
14
tags:
15
- - 'v(\d|\.|-|[A-Z])+' # Only if the tag contains 'v0.0.0' etc
+ - '*'
16
+ #- 'v(\d|\.|-|[A-Z])+' # Only if the tag contains 'v0.0.0' etc
17
# Allows you to run this workflow manually from the Actions tab when needed
18
workflow_dispatch:
19
0 commit comments