Skip to content

Commit 3acfaa6

Browse files
authored
Update conda build workflows in Github Action (#626)
* Fix Arctern web server conda recipes bug Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * Update conda build workflows in Github Action Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
1 parent 6cfac42 commit 3acfaa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'python/**'
1111
- 'spark/**'
1212
- 'conda/**'
13+
- 'gui/server/**'
1314
- '.github/workflows/conda_build.yml'
1415
- '!**.md'
1516
- '!ci/jenkins/**'
@@ -20,6 +21,8 @@ on:
2021
- 'cpp/**'
2122
- 'python/**'
2223
- 'spark/**'
24+
- 'conda/**'
25+
- 'gui/server/**'
2326
- '.github/workflows/conda_build.yml'
2427
- '!**.md'
2528
- '!ci/jenkins/**'

0 commit comments

Comments
 (0)