Update workflow

This commit is contained in:
Calyx Hikari 2025-11-16 00:13:37 +08:00
parent 0cc792122b
commit 08446c8d7b

View file

@ -1,12 +1,17 @@
name: Run generate.sh
on:
schedule:
- cron: "0 0 1,15 * *"
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-24.04