wdkse
před 4 roky
|
@@ -1,6 +1,7 @@
|
|
|
name: linux_build
|
|
name: linux_build
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
|
|
+ workflow_dispatch:
|
|
|
schedule:
|
|
schedule:
|
|
|
- cron: '0 0 * * *'
|
|
- cron: '0 0 * * *'
|
|
|
push:
|
|
push:
|
|
@@ -1,6 +1,7 @@
|
|
|
name: macos_build
|
|
name: macos_build
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
|
|
+ workflow_dispatch:
|
|
|
schedule:
|
|
schedule:
|
|
|
- cron: '0 0 * * *'
|
|
- cron: '0 0 * * *'
|
|
|
push:
|
|
push:
|
|
@@ -1,6 +1,7 @@
|
|
|
name: windows_build
|
|
name: windows_build
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
|
|
+ workflow_dispatch:
|
|
|
schedule:
|
|
schedule:
|
|
|
- cron: '0 0 * * *'
|
|
- cron: '0 0 * * *'
|
|
|
push:
|
|
push:
|