We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb7c09 commit d155709Copy full SHA for d155709
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