Skip to content

Commit c9f5ae6

Browse files
author
Mike Kuykendall
committed
fix: Correct YAML syntax - merge duplicate push triggers
1 parent 346cbfd commit c9f5ae6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
workflow_dispatch: # Allow manual testing
8-
push:
97
branches:
108
- test-release # Test on specific branch
9+
workflow_dispatch: # Allow manual testing
1110

1211
jobs:
1312
release:

0 commit comments

Comments
 (0)