Skip to content

Commit 35c24eb

Browse files
committed
build on vue.my
1 parent ca42157 commit 35c24eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ env:
4040
# defined in the "deploy" job
4141
on:
4242
push:
43-
branches: [main, master, qa, develop, vue/dev]
43+
branches: [main, master, qa, develop, feat/django4.2]
4444
pull_request:
45-
branches: [main, master, qa, develop, vue/dev]
45+
branches: [main, master, qa, develop, feat/django4.2]
4646
types: [opened, reopened, synchronize]
4747

4848
jobs:
@@ -289,7 +289,7 @@ jobs:
289289
app_instance: dev
290290

291291
- name: Deploy Vue Branch
292-
if: needs.context.outputs.git_repo_branch == 'vue/dev'
292+
if: needs.context.outputs.git_repo_branch == 'feat/django4.2'
293293
uses: uw-it-aca/actions/cicd-deploy@main
294294
with:
295295
release_name: ${{ env.RELEASE_NAME }}
@@ -307,7 +307,7 @@ jobs:
307307
if: github.event_name == 'push' &&
308308
(endsWith(github.ref, '/main') || endsWith(github.ref, '/master') ||
309309
endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') ||
310-
endsWith(github.ref, '/vue/dev'))
310+
endsWith(github.ref, '/feat/django4.2'))
311311

312312
needs: [context, build, deploy]
313313

0 commit comments

Comments
 (0)