Update sync-to-dist.yml

This commit is contained in:
gentlyxu 2021-05-29 09:05:25 +08:00 committed by GitHub
parent 996d6cf42d
commit 45df6197b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,15 @@
name: sync list to dist name: sync list to dist
on: on:
schedule:
- cron: "16 13 */3 * *"
push: push:
branches: branches:
- 'master' - 'master'
paths: paths:
- 'anti-ad-*.txt' - 'anti-ad-**.*'
- 'anti-ad-*.conf'
- 'anti-ad-*.yaml'
- 'adblock-for-dnsmasq.conf' - 'adblock-for-dnsmasq.conf'
schedule:
- cron: "16 13 */3 * *"
workflow_dispatch:
jobs: jobs:
build: build: