This commit is contained in:
itdoginfo 2024-06-21 11:21:26 +03:00
parent 424e08dee8
commit d6d38337c3
No known key found for this signature in database
GPG key ID: 4D49CCAC75E438EA
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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'