Skip to content

Commit 1d4ee84

Browse files
Add tag push trigger to workflow for releases
- Enable workflow to run on tag pushes (v*) - This allows the release job to run when tags are pushed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3546307 commit 1d4ee84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build
33
on:
44
push:
55
branches: [ main ]
6+
tags: [ 'v*' ]
67
pull_request:
78
branches: [ main ]
89

0 commit comments

Comments
 (0)