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:
parent
3710671297
commit
223400ff03
|
@ -5,6 +5,10 @@ on:
|
|||
branches: [ hugo ]
|
||||
pull_request:
|
||||
branches: [ hugo ]
|
||||
schedule:
|
||||
- cron: '35 0 */5 * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Reference in New Issue