Skip to content

Commit 6656ec7

Browse files
committed
ci
Change-Id: I75a355cb6ec1700a54108f7e16a4717563cb7046
1 parent e859ef3 commit 6656ec7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backend-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI@backend
22

33
on:
44
push:
5-
branches: ["main", "release/**"]
5+
branches: ["main", "release/**", "feat/prompt_sync"]
66
paths:
77
- 'backend/**'
88
- '.github/workflows/backend-ci.yaml'
99
pull_request:
10-
branches: ["main", "release/**"]
10+
branches: ["main", "release/**", "feat/prompt_sync"]
1111
paths:
1212
- 'backend/**'
1313
- '.github/workflows/backend-ci.yaml'

.github/workflows/license-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: License Check
22

33
on:
44
push:
5-
branches: ['main', "release/**"]
5+
branches: ['main', "release/**", "feat/prompt_sync"]
66
pull_request:
7-
branches: ['main', "release/**"]
7+
branches: ['main', "release/**", "feat/prompt_sync"]
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)