Skip to content

Commit

Permalink
fix: typo & triggers in documentation workflow (zdharma-continuum#308)
Browse files Browse the repository at this point in the history
- correct typo (e.g., branchs -> branches)
- add `main` branch to pull request trigger
  • Loading branch information
vladdoster authored Jun 11, 2022
1 parent 4546669 commit 161d7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Documentation

on:
pull_request:
branches:
- main
paths:
- 'zinit*.zsh'
push:
branchs:
branches:
- main
workflow_dispatch:

Expand Down

0 comments on commit 161d7c1

Please sign in to comment.