chore(gh): Only trigger for markdown files
This commit is contained in:
7
.github/workflows/panvimdoc.yml
vendored
7
.github/workflows/panvimdoc.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: panvimdoc
|
name: panvimdoc
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
@@ -15,7 +18,7 @@ jobs:
|
|||||||
version: "NVIM v0.7.0"
|
version: "NVIM v0.7.0"
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "Auto generate vim docs"
|
commit_message: "chore(vimdoc): Auto update"
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
# Don't commit if no changes are needed
|
# Don't commit if no changes are needed
|
||||||
skip_dirty_check: false
|
skip_dirty_check: false
|
||||||
|
|||||||
Reference in New Issue
Block a user