Support a manual trigger on CI workflow

This commit is contained in:
David Tolnay 2023-02-18 17:23:57 -08:00
parent bfa5c91ffc
commit 006eb756e3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -3,6 +3,7 @@ name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
permissions: