Skip to content

Commit

Permalink
ci(improvements): include workflow_dispatch in test.yml to allow …
Browse files Browse the repository at this point in the history
…for manual execution
  • Loading branch information
LSViana committed Oct 31, 2023
1 parent 0dbb59c commit 5a7077e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- 'main'
- 'for-pr'
workflow_dispatch:
inputs:
sample:
description: 'Sample.'

jobs:
test:
Expand Down

0 comments on commit 5a7077e

Please sign in to comment.