Skip to content

Commit

Permalink
Merge pull request #121 from kichristensen/runOnTagCreation
Browse files Browse the repository at this point in the history
Add tag triggers for mixin workflow
  • Loading branch information
schristoff authored Dec 9, 2024
2 parents 6dea585 + 2b24e76 commit 98918db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terraform-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main
- v*
tags:
- v*
- "!canary*"
- "!latest*"
pull_request:
branches:
- main
Expand Down

0 comments on commit 98918db

Please sign in to comment.