Skip to content

Commit b3966f5

Browse files
Merge pull request #204: Actions: use workflow_dispatch for manually running workflows
See [1] for more information. [1] https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
2 parents 96c52e4 + e483a98 commit b3966f5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-installers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build-Installers
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master, release ]
67
pull_request:

.github/workflows/build-signed-deb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Build Signed Debian Installer"
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [released]
67

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: GCM-Core
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master, linux ]
67
pull_request:

0 commit comments

Comments
 (0)