ci: fix workflow_dispatch for nightly build

This commit is contained in:
Jon Häggblad
2023-10-01 19:54:31 +02:00
parent a800cbae02
commit 759cb4b9b4
@@ -4,6 +4,11 @@
"rust":"stable",
"runOnEvent":"schedule"
},
{
"os":"custom-linux",
"rust":"stable",
"runOnEvent":"workflow_dispatch"
},
{
"os":"windows10",