Skip to content

Commit 65b1611

Browse files
authored
fix: only trigger release action when tag is pushed
1 parent e97c46b commit 65b1611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: 'Build And Create New Release'
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- '*'
77
permissions:
88
contents: write
99

0 commit comments

Comments
 (0)