Skip to content

Commit

Permalink
feat(gh): enable manually triggered workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Aug 1, 2021
1 parent 361e994 commit 08327fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
branches:
- master
- develop
workflow_dispatch:
inputs:
tags:
description: 'Test scenario tag'

jobs:
unit_test:
Expand Down

0 comments on commit 08327fe

Please sign in to comment.