Skip to content

Commit

Permalink
Merge pull request #73 from kichristensen/runOnTagCreation
Browse files Browse the repository at this point in the history
Add tag triggers for Azure mixin workflow
  • Loading branch information
kichristensen authored Dec 10, 2024
2 parents 20312d3 + a45f857 commit bc4d3dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/az-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 bc4d3dd

Please sign in to comment.