Skip to content

Commit

Permalink
Merge pull request #19 from planningcenter/wm/auto-tagging-action
Browse files Browse the repository at this point in the history
fix: auto-tagging action to trigger on releases too
  • Loading branch information
wassimk authored Jun 10, 2024
2 parents e66ee5f + 125085f commit 39b4dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-action-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- 'v([0-9]+)\.([0-9]+)\.([0-9]+)'
release:
types:
- published
- edited

jobs:
update-action-tags:
Expand Down

0 comments on commit 39b4dbf

Please sign in to comment.