Add push trigger for scraper workflow on changes to scrape.py and main.yml
All checks were successful
Run Scraper / scrape (push) Successful in 15s
All checks were successful
Run Scraper / scrape (push) Successful in 15s
This commit is contained in:
@ -4,6 +4,10 @@ on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # Every hour
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'scrape.py'
|
||||
- '.gitea/workflows/main.yml'
|
||||
|
||||
jobs:
|
||||
scrape:
|
||||
|
Reference in New Issue
Block a user