Skip to content

Commit

Permalink
Actions: use workflow_dispatch for manually running workflows
Browse files Browse the repository at this point in the history
See [1] for more information.

[1] https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Oct 30, 2020
1 parent 2a1ed62 commit e483a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build-Installers

on:
workflow_dispatch:
push:
branches: [ master, release ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-signed-deb.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build Signed Debian Installer"

on:
workflow_dispatch:
release:
types: [released]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: GCM-Core

on:
workflow_dispatch:
push:
branches: [ master, linux ]
pull_request:
Expand Down

0 comments on commit e483a98

Please # to comment.