Merge pull request #4321 from backstage/freben/dispatch

make the master workflows manually triggerable
This commit is contained in:
Fredrik Adelöw
2021-01-30 22:09:20 +01:00
committed by GitHub
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]