Skip to content

Commit 726683b

Browse files
committed
fix: release.yml triggers on source branch, not main
1 parent 44b5025 commit 726683b

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
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [source]
66
paths-ignore:
77
- '*.md'
88
- 'tests/**'

0 commit comments

Comments
 (0)