Skip to content

Commit

Permalink
Update merge.yaml (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
BEdev24 authored Sep 25, 2024
1 parent 6195c11 commit 0cac7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
- name: Deploy with Qovery
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop'
env:
QOVERY_CLI_ACCESS_TOKEN: ${{secrets.QOVERY_CLI_ACCESS_TOKEN }}
run: |
Expand Down

0 comments on commit 0cac7f2

Please sign in to comment.