Skip to content

Commit c19046b

Browse files
Arlodotexemichael-hawker
authored andcommitted
Use double star for tag filter
1 parent a7ef06c commit c19046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Triggers the workflow on push or pull request events but only for the main branch
1010
push:
1111
branches: [ main ]
12-
tags: [ 'release/weekly/*' ]
12+
tags: [ 'release/weekly/**' ]
1313
pull_request:
1414
branches: [ main ]
1515

0 commit comments

Comments
 (0)