diff --git a/.github/workflows/test_workspace.yml b/.github/workflows/test_workspace.yml index 842ffb9..57a4a28 100644 --- a/.github/workflows/test_workspace.yml +++ b/.github/workflows/test_workspace.yml @@ -6,10 +6,12 @@ on: - 'satisfiability/*' - 'vehicle_routing/*' - 'knapsack/*' - - 'test/benchmarker/*' - 'test/satisfiability/*' - 'test/vehicle_routing/*' - 'test/knapsack/*' + - 'dev/satisfiability/*' + - 'dev/vehicle_routing/*' + - 'dev/knapsack/*' jobs: test_workspace: