Skip to content

Commit 1e748c2

Browse files
author
Neal
committed
fix syntax error
1 parent 96bcce2 commit 1e748c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish release
22
on:
3-
push: [dev]
3+
push:
4+
branches: [dev]
45

56
permissions:
67
contents: read

0 commit comments

Comments
 (0)