Browse Source

workflows manual trigger via dispatch event

wdkse 4 years ago
parent
commit
336bfce8fd
3 changed files with 3 additions and 0 deletions
  1. 1 0
      .github/workflows/linux.yml
  2. 1 0
      .github/workflows/macos.yml
  3. 1 0
      .github/workflows/windows.yml

+ 1 - 0
.github/workflows/linux.yml

@@ -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 - 0
.github/workflows/macos.yml

@@ -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 - 0
.github/workflows/windows.yml

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