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

This commit is contained in:
2025-05-16 01:46:57 +02:00
parent 5814ebe2a0
commit acea5da8c9

View File

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