Skip to content

Commit b924ab5

Browse files
authored
Change CI/CD branch from 'develop' to 'dev-cd'
1 parent acaba0a commit b924ab5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/backend-dev-app-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Dev App CI/CD
22

33
on:
44
push:
5-
branches: [ develop ]
6-
paths:
7-
- 'backend/turip-app/**'
8-
- 'backend/build.gradle'
5+
branches: [ dev-cd ]
96
pull_request:
107
branches: [ develop ]
118
paths:

0 commit comments

Comments
 (0)