workflows : ignore some paths
This commit is contained in:
parent
04fb367d2e
commit
95aa9c391b
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:
|
||||
- master
|
||||
- exampleSite
|
||||
|
Loading…
Reference in New Issue
Block a user