1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 00:59:07 +02:00

Merge pull request #1158 from pi-hole/dontbuildreadme

Don't run full test and build when only the README file is changed
This commit is contained in:
Adam Warner 2022-08-01 08:08:45 +01:00 committed by GitHub
commit 4acba89c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,13 @@ on:
schedule:
- cron: '0 2 * * *'
push:
paths-ignore:
- 'README.md'
branches:
- dev
pull_request:
paths-ignore:
- 'README.md'
release:
types: [published]