Skip to content

Commit

Permalink
adding branch on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Jäckel committed Jul 21, 2023
1 parent bc19c83 commit 5cf0fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- dev
- main
- web3-static-html

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5cf0fdd

Please sign in to comment.