Skip to content

Commit

Permalink
only push when push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Mar 7, 2024
1 parent 8014654 commit 465cd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Push orion image to quay.io
id: push-front-to-quay
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-orion.outputs.image }}
Expand Down

0 comments on commit 465cd52

Please sign in to comment.