Skip to content

Commit

Permalink
add workflow dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Jul 11, 2024
1 parent 0ec73d1 commit b07e745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- requirements*.txt
- "**.py"
- setup.py
workflow_dispatch:

env:
TESTING: 1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- .github/workflows/test-pip-intall.yml
- requirements*.txt
- setup.py
workflow_dispatch:

jobs:
test_pip_install:
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
pip install -U pip
pip install -r requirements.txt
pip install -r requirements-dev.txt

0 comments on commit b07e745

Please sign in to comment.