Skip to content

Commit

Permalink
GH workflow: allow manual trigger for workflow
Browse files Browse the repository at this point in the history
This will enable abilitiy to run workflow from GH web

Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Jan 6, 2022
1 parent aa7d449 commit f3e954e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
workflow_dispatch:
inputs: {}

jobs:
tests:
Expand Down

0 comments on commit f3e954e

Please sign in to comment.