Skip to content

Commit

Permalink
ci: better triggering of panvimdoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jun 4, 2024
1 parent 061a782 commit 1a2c33b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Auto-generate vimdocs
on:
push:
branches: [main]
paths: [README.md]
paths:
- README.md # source file
- .github/workflows/panvimdoc.yml # updates to this file itself
workflow_dispatch:

permissions:
contents: write
Expand All @@ -19,7 +22,7 @@ jobs:
vimdoc: pseudometa-plugin-template
demojify: true
treesitter: true
description: "Auto-generated from the README.md. Do not make PRs to this file."
description: " Auto-generated from README.md. Do not make PRs to this file."
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto-generate vimdocs"
Expand Down

0 comments on commit 1a2c33b

Please sign in to comment.