Skip to content

Commit 3b51db6

Browse files
authored
Add wildcard tags workflow trigger (for releases, try again...) (#582)
1 parent 306a53e commit 3b51db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
tags:
7+
- '*'
78
pull_request:
89
workflow_dispatch:
910
env:

0 commit comments

Comments
 (0)