diff --git a/.github/workflows/conda-release.yml b/.github/workflows/conda-release.yml index a842fb6..89509d5 100644 --- a/.github/workflows/conda-release.yml +++ b/.github/workflows/conda-release.yml @@ -1,8 +1,7 @@ name: Conda - Build on: push: - tags: - - "[0-9]+.[0-9]+.[0-9]+*" + branch: "conda-1.1.0-release" env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} jobs: