diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 404ffc650..cbccd0cbf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -43,9 +43,9 @@ env: # defined in the "deploy" job on: push: - branches: [main, master, qa, develop, vue/dev] + branches: [main, master, qa, develop, f/hx-toolkit] pull_request: - branches: [main, master, qa, develop, vue/dev] + branches: [main, master, qa, develop, f/hx-toolkit] types: [opened, reopened, synchronize] release: branches: [main, master] @@ -296,7 +296,7 @@ jobs: app_instance: dev - name: Deploy Vue Branch - if: needs.context.outputs.git_repo_branch == 'vue/dev' + if: needs.context.outputs.git_repo_branch == 'f/hx-toolkit' uses: uw-it-aca/actions/cicd-deploy@main with: release_name: ${{ env.RELEASE_NAME }} @@ -314,7 +314,7 @@ jobs: if: github.event_name == 'push' && (endsWith(github.ref, '/main') || endsWith(github.ref, '/master') || endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') || - endsWith(github.ref, '/vue/dev')) + endsWith(github.ref, '/f/hx-toolkit')) needs: [context, build, deploy] diff --git a/requirements.txt b/requirements.txt index 24a64f79d..2381d9424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -e . --e git+https://github.com/uw-it-aca/hx-toolkit@f/existing-changes#egg=uw-hx-toolkit +-e git+https://github.com/uw-it-aca/hx-toolkit@f/2024-au-wi-updates#egg=uw-hx-toolkit