workflows : ignore some paths

This commit is contained in:
Aditya Telange 2020-09-24 12:18:18 +05:30
parent 04fb367d2e
commit 95aa9c391b
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

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