mirror of
https://github.com/simonask/libyaml-safer
synced 2025-03-09 09:17:21 +00:00
Support a manual trigger on CI workflow
This commit is contained in:
parent
6f0e194e2f
commit
d4065a3937
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,7 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule: [cron: "40 1 * * *"]
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Reference in a new issue