Skip to content

Commit

Permalink
Add GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Jan 22, 2024
1 parent 2c9c9a9 commit 046d82a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Building Package

on:
push:
branches:
- '**'
tags:
- 'v*'
pull_request:
branches:
- '**'


jobs:
build:
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main
with:
conda-channels: openalea3, conda-forge
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 046d82a

Please sign in to comment.