Skip to content

Commit

Permalink
feat(workflows): add tag triggers for mixin workflow
Browse files Browse the repository at this point in the history
- Add version tags (v*) as workflow triggers
  - Exclude canary and latest tags from triggering workflow

Signed-off-by: Kim Christensen <kmch@simcorp.com>
  • Loading branch information
kichristensen committed Dec 9, 2024
1 parent f49e251 commit b8a28e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tofu-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 b8a28e4

Please sign in to comment.