Skip to content

Commit 98918db

Browse files
authored
Merge pull request #121 from kichristensen/runOnTagCreation
Add tag triggers for mixin workflow
2 parents 6dea585 + 2b24e76 commit 98918db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-mixin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches:
55
- main
66
- v*
7+
tags:
8+
- v*
9+
- "!canary*"
10+
- "!latest*"
711
pull_request:
812
branches:
913
- main

0 commit comments

Comments
 (0)