Skip to content

Commit 161d7c1

Browse files
authored
fix: typo & triggers in documentation workflow (zdharma-continuum#308)
- correct typo (e.g., branchs -> branches) - add `main` branch to pull request trigger
1 parent 4546669 commit 161d7c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Documentation
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
paths:
68
- 'zinit*.zsh'
79
push:
8-
branchs:
10+
branches:
911
- main
1012
workflow_dispatch:
1113

0 commit comments

Comments
 (0)