Skip to content

Commit cb0eef3

Browse files
committed
Fix YAML
close #110
1 parent d86a01e commit cb0eef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Auto-publish
22
on:
33
pull_request: {}
4-
paths: index.bs
4+
paths: index.bs
55
push:
66
branches: [main]
7+
paths: index.bs
78

89
jobs:
910
main:

0 commit comments

Comments
 (0)