Skip to content

Commit 9d37bde

Browse files
committed
Fix workflow syntax
1 parent baeef59 commit 9d37bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish
22

33
on:
4-
- workflow_dispatch
5-
- release:
6-
types: [published]
4+
workflow_dispatch:
5+
release:
6+
types: [published]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)