Add manual trigger option to GitHub Actions workflow
Enables workflow_dispatch trigger to allow manual runs of the CI pipeline
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch: # This enables manual triggering
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -28,4 +29,4 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run pytest with -vv
|
||||
run: pytest -vv
|
||||
run: pytest -vv
|
||||
Reference in New Issue
Block a user