Skip to content

Commit

Permalink
Merge pull request #204: Actions: use workflow_dispatch for manually …
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee authored Oct 30, 2020
2 parents 96c52e4 + e483a98 commit b3966f5
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 b3966f5

Please # to comment.