Skip to content

Commit 6891c04

Browse files
authored
Merge pull request #33 from srz-zumix/feature/additional_workflow_dispatch
allow workflow_dispatch
2 parents 6cfc166 + a297cff commit 6891c04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/additionals-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Additionals-Example
22
on:
33
pull_request:
4+
workflow_dispatch:
45

56
env:
67
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 commit comments

Comments
 (0)