Skip to content

Commit 6f36d17

Browse files
JnyJnyclaude
andcommitted
fix: only trigger release workflow on semantic version tags
- Remove branch push trigger from release workflow - Keep PR and manual dispatch triggers for testing - Release job already has proper tag conditions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d1fd5d6 commit 6f36d17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Test and Release Template
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
8-
- 'v*-test'
96
- 'v[0-9]+.[0-9]+.[0-9]+'
107
pull_request:
118
branches:

0 commit comments

Comments
 (0)