chore(workflow): add push event trigger for generate-csv.yml

This commit is contained in:
wood chen 2024-10-31 00:33:08 +08:00
parent 967daa51da
commit f68fa981ce

View File

@ -1,6 +1,9 @@
name: Generate CSV Files
on:
push:
paths:
- lankong_tools/album_mapping.json
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
@ -10,6 +13,7 @@ on:
required: false
default: 'Manual trigger to generate CSV files'
jobs:
generate:
runs-on: ubuntu-latest