diff --git a/.github/workflows/release-conda.yml b/.github/workflows/release-conda.yml index 4bcf3bb3d..e17260d55 100644 --- a/.github/workflows/release-conda.yml +++ b/.github/workflows/release-conda.yml @@ -4,6 +4,8 @@ on: push: tags: - v* + branches: + - v* env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}