mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: typo & triggers in documentation workflow (#308)
- correct typo (e.g., branchs -> branches) - add `main` branch to pull request trigger
This commit is contained in:
parent
4546669f77
commit
161d7c1ee1
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
|
|
@ -2,10 +2,12 @@ name: Documentation
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'zinit*.zsh'
|
||||
push:
|
||||
branchs:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue