citra-emu
/
citra-web
Archived
1
0
Fork 0

CI: add a timed trigger and a manual trigger ...

* timed trigger: runs every 5 days
* manual trigger: manually starts the website build
This commit is contained in:
liushuyu 2023-05-08 13:34:31 -06:00
parent 3710671297
commit 223400ff03
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches: [ hugo ] branches: [ hugo ]
pull_request: pull_request:
branches: [ hugo ] branches: [ hugo ]
schedule:
- cron: '35 0 */5 * *'
workflow_dispatch:
inputs:
jobs: jobs:
build: build: