mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-02 23:23:29 +02:00
Add push trigger for scraper workflow on changes to scrape.py and main.yml
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