Skip to content

Commit d1755cd

Browse files
Merge pull request #68 from openalea/67-release-2025---structure-analysis
Release 2025 - stat_tool
2 parents bdb81c9 + 0fa3059 commit d1755cd

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
name: Building Package
1+
name: OpenAlea CI
22

33
on:
44
push:
55
branches:
6-
- '**'
6+
- main
7+
- master
78
tags:
89
- 'v*'
910
pull_request:
10-
branches:
11-
- '**'
12-
11+
types:
12+
- opened
13+
- synchronize
14+
- reopened
15+
release:
16+
types:
17+
- published
1318

1419
jobs:
1520
build:
16-
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main
21+
uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main
1722
with:
18-
python-minor-version: '[8,9,10,11]'
19-
build-options: ''
23+
conda-directory: "./stat_tool/conda"
2024
secrets:
2125
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)