workflows manual trigger via dispatch event

This commit is contained in:
wdkse 2021-03-28 17:07:35 -04:00
parent 62a7dce09d
commit 336bfce8fd
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: linux_build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:

View file

@ -1,6 +1,7 @@
name: macos_build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:

View file

@ -1,6 +1,7 @@
name: windows_build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push: