Skip to content

Commit

Permalink
Add check to run dns check only pihole-google.txt file change (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren authored Sep 28, 2024
1 parent cd26281 commit d361fcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dns-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: DNS
on: [push]
on:
push:
paths:
- 'pihole-google.txt'
jobs:
dns-check:
name: Remove domains without NS records
Expand Down

0 comments on commit d361fcf

Please sign in to comment.