Skip to content

Commit be1f0c1

Browse files
authored
Merge pull request #281 from jrfnl/feature/ghactions-allow-manual-triggering
GH Actions: allow for manually triggering a workflow
2 parents 78dca37 + 8bc1e76 commit be1f0c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches:
44
- master
55
pull_request:
6+
# Allow manually triggering the workflow.
7+
workflow_dispatch:
68
name: Qa workflow
79
env:
810
phiveGPGKeys: 4AA394086372C20A,D2CCAC42F6295E7D,E82B2FB314E9906E,8A03EA3B385DBAA1

0 commit comments

Comments
 (0)