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:
|
schedule:
|
||||||
- cron: '0 * * * *' # Every hour
|
- cron: '0 * * * *' # Every hour
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'scrape.py'
|
||||||
|
- '.gitea/workflows/main.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scrape:
|
scrape:
|
||||||
|
Reference in New Issue
Block a user