-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
pull_request: | ||
branches: [ master ] | ||
schedule: | ||
- cron: '0 */8 * * *' | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
update-list-and-push-to-github: | ||
|
@@ -22,29 +22,29 @@ jobs: | |
file-name: 'AdAway.txt' | ||
location: './filter-registry' | ||
|
||
|
||
# Adguard Home | ||
- name: AdGuard Base filter | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt' | ||
file-name: 'AdGuard-Base-filter.txt' | ||
location: './filter-registry' | ||
|
||
- name: AdGuard Tracking Protection filter | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt' | ||
file-name: 'AdGuard-Tracking-Protection-filter.txt' | ||
location: './filter-registry' | ||
|
||
- name: AdGuard Social media filter | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_4_Social/filter.txt' | ||
file-name: 'AdGuard-Social-media-filter.txt' | ||
location: './filter-registry' | ||
|
||
- name: AdGuard Annoyances filter | ||
uses: carlosperate/[email protected] | ||
with: | ||
|
@@ -58,7 +58,7 @@ jobs: | |
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_10_Useful/filter.txt' | ||
file-name: 'AdGuard-Filter-unblocking-search-ads-and-self-promotions.txt' | ||
location: './filter-registry' | ||
|
||
- name: AdGuard Experimental filter | ||
uses: carlosperate/[email protected] | ||
with: | ||
|