Skip to content

Commit

Permalink
Update workflows for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Oct 17, 2023
1 parent 62be940 commit b7fc905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- 'build'
- 'build-dev'

permissions:
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -36,3 +36,4 @@ jobs:
ECR_REPOSITORY: ${{secrets.ECR_REPOSITORY}}
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
DEV_ECR_REPOSITORY: ${{ secrets.AWS_ACCOUNT_ID }}
2 changes: 1 addition & 1 deletion build/workflow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GITHUB_ORG="VandyVRC"
GITHUB_ORG="Chinese-Monuments-WG"
GITHUB_REPOSITORY="tcadrt"

rm -rf autodeploy
Expand Down

0 comments on commit b7fc905

Please sign in to comment.