Skip to content

Commit

Permalink
CI: added a possibility to manually trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch authored Oct 16, 2020
1 parent bb4dd1d commit c34c84d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
inputs:
reason:
description: Why did you trigger the pipeline?
required: False
default: Check if it runs again due to external changes

jobs:
build:
Expand Down

0 comments on commit c34c84d

Please sign in to comment.