mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-01-26 06:05:56 -05:00
workflows : ignore some paths
(cherry picked from commit 95aa9c391b7775e9bf8c132e489b1096088b9ebd)
This commit is contained in:
parent
cd0dc07dad
commit
4f847b0c60
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -2,6 +2,10 @@ name: Build GH-Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'images/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
branches:
|
||||
- exampleSite
|
||||
workflow_dispatch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user