mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-19 06:12: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
|
name: Generate CSV Files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- lankong_tools/album_mapping.json
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */4 * * *'
|
- cron: '0 */4 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -10,6 +13,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: 'Manual trigger to generate CSV files'
|
default: 'Manual trigger to generate CSV files'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user