Skip to content

Commit

Permalink
Merge pull request #44 from NNPDF/noupload
Browse files Browse the repository at this point in the history
Try to upload only on master
  • Loading branch information
Zaharid authored Mar 3, 2021
2 parents 5d5c32e + 155dd87 commit 2a92893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
conda build conda-recipe
- name: Upload
if: github.ref == 'refs/heads/master'
shell: bash -l {0}
run: |
scp ${CONDA_PREFIX}/conda-bld/noarch/*.tar.bz2 [email protected]:~/packages/conda/noarch/
Expand Down

0 comments on commit 2a92893

Please sign in to comment.