make the master workflows manually triggerable

This commit is contained in:
Fredrik Adelöw
2021-01-30 20:26:35 +01:00
parent d0f214e913
commit 4408806374
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Master Build Windows
on:
workflow_dispatch:
push:
branches: [master]
+1
View File
@@ -1,6 +1,7 @@
name: Main Master Build
on:
workflow_dispatch:
push:
branches: [master]