Skip to content

Commit 789da4d

Browse files
authored
Fix gha tag pattern (#1365)
1 parent 9dbccb8 commit 789da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: # any integration branch but not tag
66
- "master"
77
tags:
8-
- "*"
8+
- "**"
99
pull_request:
1010
schedule:
1111
- cron: 1 0 * * * # Run daily at 0:01 UTC

0 commit comments

Comments
 (0)