ci: Don't trigger build on certain paths

Makes no sense for updates to issue templates, the funding config and readme.

Also exclude docker folder, as changes will not affect the build until someone builds & pushes updated images.

Do not exclude the LICENSE file however, as it gets packaged in CI runs.
This commit is contained in:
Simran Spiller
2020-09-23 14:50:48 +02:00
parent 21412c5eee
commit faf3670850
+6
View File
@@ -4,6 +4,12 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/FUNDING.yml'
- 'docker/**'
- 'CONTRIBUTING.md'
- 'README.md'
env:
DOWNLOAD_TOOL: curl -fLOSs --retry 3