Skip to content

Commit 5cce14f

Browse files
authored
Update conda-package.yml
Fix default branch for upload - master
1 parent 166ee7f commit 5cce14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
upload:
9696
needs: test
97-
if: ${{ github.ref == 'refs/heads/main' }}
97+
if: ${{ github.ref == 'refs/heads/master' }}
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Download artifact

0 commit comments

Comments
 (0)