mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-09-04 19:49:56 +00:00
Fix path
This commit is contained in:
parent
424e08dee8
commit
d6d38337c3
2 changed files with 2 additions and 2 deletions
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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue