Skip to content

Commit ab193b7

Browse files
aaronsteersdevin-ai-integration[bot]Copilot
authored
fix: change major tag workflow trigger from release to tag push events (#15)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]>
1 parent 3c2582b commit ab193b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-major-tags.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Update Major Version Tags
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)