Skip to content

Commit

Permalink
Merge pull request backstage#4321 from backstage/freben/dispatch
Browse files Browse the repository at this point in the history
make the master workflows manually triggerable
  • Loading branch information
freben authored Jan 30, 2021
2 parents d0f214e + 4408806 commit 9a5244a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master-win.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Master Build Windows

on:
workflow_dispatch:
push:
branches: [master]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Main Master Build

on:
workflow_dispatch:
push:
branches: [master]

Expand Down

0 comments on commit 9a5244a

Please sign in to comment.