Skip to content

Commit 8dad1b6

Browse files
committed
同步编排流程
1 parent e3f3910 commit 8dad1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Backend Docker Image CI
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches: [ "develop_930" ]
66
paths:
77
- 'backend/**'
88
- 'build/backend/**'
99
- '.github/workflows/**'
1010
pull_request:
11-
branches: [ "develop" ]
11+
branches: [ "develop_930" ]
1212
paths:
1313
- 'backend/**'
1414
- 'build/backend/**'

0 commit comments

Comments
 (0)