File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: CI@backend
22
33on :
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'
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: License Check
22
33on :
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
1010permissions :
You can’t perform that action at this time.
0 commit comments