From 5cf0fdd218e406ced4974687b532f58a97fbd6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20Ja=CC=88ckel?= Date: Fri, 21 Jul 2023 15:35:22 +0200 Subject: [PATCH] adding branch on top --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67196e8c80..e83aeba036 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: branches: - dev - main + - web3-static-html concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -57,7 +58,7 @@ jobs: # Dev - name: Deploy to the dev S3 - if: github.ref == 'refs/heads/web3auth-static-page' + if: github.ref == 'refs/heads/dev' env: BUCKET: s3://${{ secrets.AWS_DEVELOPMENT_BUCKET_NAME }} run: bash ./scripts/github/s3_upload.sh