mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-21 01:10:25 +01:00
Don't run full test and build for changes to the README file (in theory!)
This commit is contained in:
4
.github/workflows/test-and-build.yaml
vendored
4
.github/workflows/test-and-build.yaml
vendored
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user