Skip to content

Commit f5e1f11

Browse files
committed
Depends on name is incorrect
1 parent 40c1d60 commit f5e1f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_master_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub CI
33
on:
44
push:
55
branches:
6-
- master
6+
- workflow_logic
77
pull_request:
88
branches:
99
- master
@@ -18,7 +18,7 @@ env:
1818
coverage xlrd
1919
2020
jobs:
21-
pyomo-tests:
21+
build:
2222
name: ${{ matrix.TARGET }}/${{ matrix.python }}${{ matrix.NAME }}
2323
runs-on: ${{ matrix.os }}
2424
strategy:

0 commit comments

Comments
 (0)