Skip to content

Commit c1b3da2

Browse files
nblair2GHOST-6
andauthored
build: fix release job syntax (#7)
Co-authored-by: GHOST6 <[email protected]>
1 parent 54f8f91 commit c1b3da2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: release
22

33
on:
4-
branches: [ "main" ]
4+
push:
5+
branches: [ "main" ]
56

67
permissions:
78
contents: write

0 commit comments

Comments
 (0)