mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-05-09 16:40:02 +02:00
removed main and token
This commit is contained in:
parent
cd5a738696
commit
e96fe31f11
3
.github/workflows/build_conda.yml
vendored
3
.github/workflows/build_conda.yml
vendored
@ -3,7 +3,6 @@ name: Build pkgs and deploy if on main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- developer
|
||||
|
||||
jobs:
|
||||
@ -37,7 +36,5 @@ jobs:
|
||||
run: conda config --set anaconda_upload no
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
||||
run: conda build conda-recipe
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user