diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cf2d7d..abda518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI  on:    push:    pull_request: +  workflow_dispatch:    schedule:      - cron:  '0 12 * * *' # Every day noon UTC | 
