Skip to content

Commit 4281f86

Browse files
authored
Make it so only main branch triggers releases
1 parent 367c8e0 commit 4281f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jamscribe_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: JamScribe release
33
on:
44
push:
55
branches:
6-
- "*"
6+
- "main"
77
workflow_dispatch:
88
inputs:
99
ref:

0 commit comments

Comments
 (0)