From 12211b86b35ee40e2ebe4fce4958f56189ef3444 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Sat, 6 Apr 2024 14:56:35 +0200 Subject: [PATCH] Branch changed to develop --- .github/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index b840799..3fe9813 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -46,7 +46,7 @@ jobs: # push one image with two tags into repository docker push --all-tags ghcr.io/golemfactory/deposit_example - - name: Notify Staging + - name: Notify Develop Branch continue-on-error: true - if: ${{ steps.get_image_tag.outputs.result == 'staging' }} + if: ${{ steps.get_image_tag.outputs.result == 'develop' }} run: curl http://deposit.dev.golem.network:5000/release/pull \ No newline at end of file