Skip to content

Commit

Permalink
maint: improve scope of docs workflow triggers (zdharma-continuum#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored May 5, 2022
1 parent 6647bdc commit 5c70f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
pull_request:
branches:
- main
paths:
- 'zinit*.zsh'
push:
branches:
- main
workflow_dispatch:

jobs:

zshelldoc:
runs-on: ubuntu-latest
steps:

- name: check out repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 5c70f5a

Please # to comment.