Skip to content

Commit

Permalink
refactor(gh): amend manual workflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Aug 1, 2021
1 parent 08327fe commit ae8b03e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh_actions.yml
Expand Up @@ -15,8 +15,10 @@ on:
- develop
workflow_dispatch:
inputs:
tags:
description: 'Test scenario tag'
tag:
description: 'Tag'
required: true
default: 'v0.0.0-alpha'

jobs:
unit_test:
Expand Down

0 comments on commit ae8b03e

Please sign in to comment.