Skip to content

Commit 885ab98

Browse files
committed
Change python to deploy from develop and master
1 parent ffa551e commit 885ab98

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,19 @@ jobs:
4343
matrix:
4444
include:
4545
- version: latest
46-
branch: main
46+
corebranch: main
47+
pybranch: master
4748
- version: develop
48-
branch: develop
49+
corebranch: develop
50+
pybranch: develop
4951
steps:
5052
- name: Install tools
5153
run: dnf install -y doxygen plantuml
5254
- name: Fetch precice
5355
uses: actions/checkout@v4
5456
with:
5557
repository: precice/precice
56-
ref: ${{ matrix.branch }}
58+
ref: ${{ matrix.corebranch }}
5759
path: precice
5860
fetch-depth: 0
5961
- name: Build doxygen
@@ -84,7 +86,7 @@ jobs:
8486
uses: actions/checkout@v4
8587
with:
8688
repository: precice/python-bindings
87-
ref: add-docs-rendering # ${{ matrix.branch }}
89+
ref: ${{ matrix.pybranch }}
8890
path: python-bindings
8991
- name: Setup venv
9092
run: |

0 commit comments

Comments
 (0)