mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
ci: trigger the ci less often by filtering trigger files
This commit is contained in:
parent
322639a66a
commit
0a4b4ff513
2 changed files with 7 additions and 4 deletions
3
.github/workflows/manual.yml
vendored
3
.github/workflows/manual.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
# build the manuals only when docs directory is updated
|
||||
- docs/**
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue