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 name: Run generate.sh
on: on:
schedule:
- cron: "0 0 1,15 * *"
push: push:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
workflow_dispatch: workflow_dispatch:
permissions:
contents: write
jobs: jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04