Skip to content

Commit

Permalink
Update conda build workflows in Github Action (#626)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jeffoverflow authored May 20, 2020
1 parent 6cfac42 commit 3acfaa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'python/**'
- 'spark/**'
- 'conda/**'
- 'gui/server/**'
- '.github/workflows/conda_build.yml'
- '!**.md'
- '!ci/jenkins/**'
Expand All @@ -20,6 +21,8 @@ on:
- 'cpp/**'
- 'python/**'
- 'spark/**'
- 'conda/**'
- 'gui/server/**'
- '.github/workflows/conda_build.yml'
- '!**.md'
- '!ci/jenkins/**'
Expand Down

0 comments on commit 3acfaa6

Please sign in to comment.