Skip to content

Commit

Permalink
ci: update conda release workflow trigger
Browse files Browse the repository at this point in the history
Modified the conda-release.yml workflow to trigger on the
"conda-0.0.1-release" branch instead of tags. This change ensures
the workflow runs correctly for the initial release branch.
  • Loading branch information
psmyth94 committed Nov 18, 2024
1 parent e666990 commit 870d729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Conda - Build
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
branch: "conda-0.0.1-release"
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
jobs:
Expand Down

0 comments on commit 870d729

Please sign in to comment.