From ad0ef92a37618f76cf815800800c1f13c04dcf68 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:58:21 +0200 Subject: [PATCH] ci: better triggering of panvimdoc workflow --- .github/workflows/panvimdoc.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 974c99c..a54be9d 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -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 @@ -19,7 +22,7 @@ jobs: vimdoc: kickstart-python 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"