From 88731f832d689e455ef0171052ea293072cf8b4e Mon Sep 17 00:00:00 2001 From: Asiya-Yunusa Date: Sat, 11 Nov 2023 12:20:49 +0100 Subject: [PATCH] Adding procution branch for api and remix workflow --- .github/workflows/api-deploy.yml | 4 ++-- .github/workflows/remix-deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-deploy.yml b/.github/workflows/api-deploy.yml index 27aa702d..33780206 100644 --- a/.github/workflows/api-deploy.yml +++ b/.github/workflows/api-deploy.yml @@ -3,7 +3,7 @@ on: push: branches: - develop - - zksync-production-setup + - production # paths: # - 'api/**' @@ -143,7 +143,7 @@ jobs: cluster: ${{ env.DEV_CLUSTER }} wait-for-service-stability: true Deploy_Prod: - if: github.ref == 'refs/heads/zksync-production-setup' + if: github.ref == 'refs/heads/production' runs-on: ubuntu-latest needs: Build steps: diff --git a/.github/workflows/remix-deploy.yml b/.github/workflows/remix-deploy.yml index 7a3308b0..1f782fe2 100644 --- a/.github/workflows/remix-deploy.yml +++ b/.github/workflows/remix-deploy.yml @@ -3,7 +3,7 @@ on: push: branches: - develop - - zksync-production-setup + - production # paths: # - 'plugin/**' @@ -106,7 +106,7 @@ jobs: working-directory: artifact Deploy_Prod: - if: github.ref == 'refs/heads/zksync-production-setup' + if: github.ref == 'refs/heads/production' runs-on: ubuntu-latest needs: Build steps: