mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-01-25 10:07:14 +03:00
Fix path
This commit is contained in:
2
.github/workflows/create-lists.yml
vendored
2
.github/workflows/create-lists.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/create-lists.yml
|
- .github/workflows/create-lists.yml
|
||||||
- src/**
|
- src/**
|
||||||
- convert.py
|
- convert.py
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
2
.github/workflows/create-subnets.yml
vendored
2
.github/workflows/create-subnets.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "subnets" ]
|
branches: [ "subnets" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/create-subnets.yml
|
- .github/workflows/create-subnets.yml
|
||||||
- get-subnets.py
|
- get-subnets.py
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '16 7 * * 1'
|
- cron: '16 7 * * 1'
|
||||||
|
|||||||
Reference in New Issue
Block a user