Skip to content

Commit ea3e1e5

Browse files
committed
ci: trigger release workflow only on version tags
Remove branch trigger from release workflow to prevent releases on every main branch push.
1 parent d6871f9 commit ea3e1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Release
22

33
on:
44
push:
5-
branches: [main]
65
tags: ['v*.*.*']
76
workflow_run:
87
workflows: ["CI"]

0 commit comments

Comments
 (0)