Skip to content

Commit 7c9a912

Browse files
authored
ci: Adjust workflow trigger (#9)
1 parent 87bff3e commit 7c9a912

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: publish-docs
22

33
on:
44
push:
5+
branches:
6+
- 'main'
57
paths:
6-
- '.github/workflows/**'
8+
- '.github/workflows/publish.yaml'
79
- '.vitepress/**'
810
- 'src/**'
911

0 commit comments

Comments
 (0)