Skip to content

Commit 9da83cc

Browse files
byshingclaude
andcommitted
Restrict release trigger to v* tags to match protection rule
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b2e8f8 commit 9da83cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
pull_request:
4242
push:
4343
tags:
44-
- '**[0-9]+.[0-9]+.[0-9]+*'
44+
- 'v[0-9]*.[0-9]*.[0-9]*'
4545

4646
jobs:
4747
# Run 'dist plan' (or host) to determine what tasks we need to do

0 commit comments

Comments
 (0)