Skip to content

Commit

Permalink
Rename development to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomolicari committed May 14, 2021
1 parent 44fd388 commit b88e295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- development
- develop
release:
types: [published]
pull_request:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: 'Deploy safe-apps-developer-ui to S3: Develop'
if: github.ref == 'refs/heads/development'
if: github.ref == 'refs/heads/develop'
run: aws s3 sync build s3://${{ secrets.AWS_DEV_BUCKET_NAME }} --delete

- name: 'Deploy safe-apps-developer-ui to S3: Staging'
Expand Down

0 comments on commit b88e295

Please sign in to comment.