workflows : ignore some paths

(cherry picked from commit 95aa9c391b)
This commit is contained in:
Aditya Telange 2020-09-24 12:18:18 +05:30
parent cd0dc07dad
commit 4f847b0c60

View File

@ -2,6 +2,10 @@ name: Build GH-Pages
on:
push:
paths-ignore:
- 'images/**'
- 'LICENSE'
- 'README.md'
branches:
- exampleSite
workflow_dispatch: