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:
vladislav doster 2022-06-11 06:45:54 -05:00 committed by GitHub
parent 4546669f77
commit 161d7c1ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,12 @@ name: Documentation
on:
pull_request:
branches:
- main
paths:
- 'zinit*.zsh'
push:
branchs:
branches:
- main
workflow_dispatch: