Skip to content

Commit 7667a07

Browse files
author
Anket Satbhai
committed
fix(ci): workflow only run when we relesae latest tag
1 parent d9cda7e commit 7667a07

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-major-tag.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Update Major Tag
33

44
on:
5-
push:
6-
tags:
7-
- "*.*.*"
5+
release:
6+
types: [published]
87

98
permissions:
109
contents: write

0 commit comments

Comments
 (0)