40
40
# defined in the "deploy" job
41
41
on :
42
42
push :
43
- branches : [main, master, qa, develop, vue/dev ]
43
+ branches : [main, master, qa, develop, feat/django4.2 ]
44
44
pull_request :
45
- branches : [main, master, qa, develop, vue/dev ]
45
+ branches : [main, master, qa, develop, feat/django4.2 ]
46
46
types : [opened, reopened, synchronize]
47
47
48
48
jobs :
@@ -289,7 +289,7 @@ jobs:
289
289
app_instance : dev
290
290
291
291
- 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 '
293
293
uses : uw-it-aca/actions/cicd-deploy@main
294
294
with :
295
295
release_name : ${{ env.RELEASE_NAME }}
@@ -307,7 +307,7 @@ jobs:
307
307
if : github.event_name == 'push' &&
308
308
(endsWith(github.ref, '/main') || endsWith(github.ref, '/master') ||
309
309
endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') ||
310
- endsWith(github.ref, '/vue/dev '))
310
+ endsWith(github.ref, '/feat/django4.2 '))
311
311
312
312
needs : [context, build, deploy]
313
313
0 commit comments