Skip to content

Commit

Permalink
Update workflow paths for shift-assignment and vehicle-routing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Jan 25, 2024
1 parent bd350f4 commit 5b4d052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shift-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: shift-assignment
on:
push:
paths:
- "./shift-assignment/*.py"
- "shift-assignment/**"
branches:
- stable

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vehicle-routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: vehicle-routing
on:
push:
paths:
- "./vehicle-routing/*.py"
- "vehicle-routing/**"
branches:
- stable

jobs:
vehicle-routing:
uses: ./.github/workflows/nextmv.yml
with:
APP_ID: vehicle-routing-pyomo
APP_ID: farmshare-ortools
APP_DIRECTORY: ./vehicle-routing

0 comments on commit 5b4d052

Please sign in to comment.