mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 05:42:01 +08:00
chore(workflow): add push event trigger for generate-csv.yml
This commit is contained in:
parent
967daa51da
commit
f68fa981ce
4
.github/workflows/generate-csv.yml
vendored
4
.github/workflows/generate-csv.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user