mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-17 20:09:08 +00:00
Fix path
This commit is contained in:
parent
424e08dee8
commit
d6d38337c3
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/create-lists.yml
vendored
2
.github/workflows/create-lists.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- .github/create-lists.yml
|
||||
- .github/workflows/create-lists.yml
|
||||
- src/**
|
||||
- convert.py
|
||||
schedule:
|
||||
|
|
2
.github/workflows/create-subnets.yml
vendored
2
.github/workflows/create-subnets.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "subnets" ]
|
||||
paths:
|
||||
- .github/create-subnets.yml
|
||||
- .github/workflows/create-subnets.yml
|
||||
- get-subnets.py
|
||||
schedule:
|
||||
- cron: '16 7 * * 1'
|
||||
|
|
Loading…
Add table
Reference in a new issue