Skip to content

Commit

Permalink
target test-push branch
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 28, 2024
1 parent fbff2c8 commit 19aba6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bioconda-utils-build-env-cos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Build & Push: bioconda-utils-build-env-cos7'
on:
push:
branches:
- main
- test-push
paths:
- images/bioconda-utils-build-env-cos7/**
- .github/workflows/bioconda-utils-build-env-cos7.yml
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
esac
done
- if: ${{ github.ref == 'refs/heads/main' }}
- if: ${{ github.ref == 'refs/heads/test-push' }}
name: Push
uses: redhat-actions/push-to-registry@v2
with:
Expand All @@ -187,7 +187,7 @@ jobs:
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}

- if: ${{ github.ref == 'refs/heads/main' }}
- if: ${{ github.ref == 'refs/heads/test-push' }}
name: Test Pushed
run: |
image='${{ env.IMAGE_NAME }}'
Expand Down

0 comments on commit 19aba6b

Please sign in to comment.