Skip to content

Commit 25d9e14

Browse files
authored
Merge pull request #51 from LouDnl/LouDnl-patch-1
Update release.yml
2 parents cfb7c09 + d155709 commit 25d9e14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
push:
1313
branches: [master]
1414
tags:
15-
- 'v(\d|\.|-|[A-Z])+' # Only if the tag contains 'v0.0.0' etc
15+
- '*'
16+
#- 'v(\d|\.|-|[A-Z])+' # Only if the tag contains 'v0.0.0' etc
1617
# Allows you to run this workflow manually from the Actions tab when needed
1718
workflow_dispatch:
1819

0 commit comments

Comments
 (0)