Skip to content

Commit 30c6b6d

Browse files
authored
Use array format for branch name (#97)
1 parent d64c8b0 commit 30c6b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/quarto-publish-example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
3-
branches: main
3+
branches:
4+
- main
45

56
name: Render and Publish
67

0 commit comments

Comments
 (0)