Skip to content

[pr/19] build/conda #86

[pr/19] build/conda

[pr/19] build/conda #86

Workflow file for this run

name: build/conda
run-name: ${{
format(
'[{0}] build/conda',
(github.event_name == 'pull_request' && format('pr/{0}', github.event.number)) ||
(github.event_name == 'push' && github.ref_name) ||
(github.event_name == 'release' && github.event.release.tag_name) ||
github.event_name
)
}}
on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
push:
branches:
- main
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
pull_request:
branches:
- main
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
release:
types: [published]
jobs:
build_package:
name: Build Conda Package
uses: energy-quants/.github/.github/workflows/build-conda.yml@main