Skip to content

Commit 15331aa

Browse files
committed
Set the dev branch to be the one for CI and integration checks (including PBP and XPalm dev branches), we'll see what happens when merging this into dev
1 parent 7e83244 commit 15331aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- dev
66
tags: "*"
77
pull_request:
88
workflow_dispatch:

.github/workflows/Integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Integration
22
on:
33
push:
44
branches:
5-
- main
5+
- dev
66
tags: "*"
77
pull_request:
88
workflow_dispatch:
@@ -32,8 +32,8 @@ jobs:
3232
arch:
3333
- x64
3434
package:
35-
- {user: PalmStudio, repo: XPalm.jl, branch: PSE-multiscale-outputs-structure-change}
36-
- {user: VEZY, repo: PlantBioPhysics.jl, branch: PSE-multiscale-outputs-structure-change}
35+
- {user: PalmStudio, repo: XPalm.jl, branch: dev}
36+
- {user: VEZY, repo: PlantBioPhysics.jl, branch: dev}
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)