workflows manual trigger via dispatch event
This commit is contained in:
parent
62a7dce09d
commit
336bfce8fd
3 changed files with 3 additions and 0 deletions
.github/workflows
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: linux_build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: macos_build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: windows_build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue