Skip to content

Commit 2b24e76

Browse files
committed
feat(workflows): add tag triggers for mixin workflow
- Add version tags (v*) as workflow triggers - Exclude canary and latest tags from triggering workflow Signed-off-by: Kim Christensen <[email protected]>
1 parent 6dea585 commit 2b24e76

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)