aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGiuseppe Gadola <67549788+giusgad@users.noreply.github.com>2023-02-14 17:36:17 +0100
committerGiuseppe Gadola <giusgadola@gmail.com>2023-02-14 19:17:20 +0100
commitb4c71973bce58926c40359d986b9cb36e26aea24 (patch)
treec5e8dab8d9bb525f29ddd4f074d4f94521e7a0f4 /.github/workflows
parentdocs(help): auto generate docs (diff)
chore(actions): only update docs when readme changes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/panvimdoc.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml
index 231a303..1176823 100644
--- a/.github/workflows/panvimdoc.yml
+++ b/.github/workflows/panvimdoc.yml
@@ -1,6 +1,9 @@
name: panvimdoc
-on: [push]
+on:
+ push:
+ paths:
+ - 'README.md'
jobs:
docs: