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
1 changed files with 4 additions and 0 deletions

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]