Support a manual trigger on CI workflow

This commit is contained in:
David Tolnay
2023-02-18 17:23:53 -08:00
parent ac45043c56
commit 4bc8a0ea8b
+1
View File
@@ -3,6 +3,7 @@ name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
permissions: