From 3acfaa67e489c832b40b7911f54314275bc596cf Mon Sep 17 00:00:00 2001 From: quicksilver Date: Wed, 20 May 2020 10:25:27 +0800 Subject: [PATCH] Update conda build workflows in Github Action (#626) * Fix Arctern web server conda recipes bug Signed-off-by: quicksilver * Update conda build workflows in Github Action Signed-off-by: quicksilver --- .github/workflows/conda_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index 5eaad02cb..66be8aa3b 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -10,6 +10,7 @@ on: - 'python/**' - 'spark/**' - 'conda/**' + - 'gui/server/**' - '.github/workflows/conda_build.yml' - '!**.md' - '!ci/jenkins/**' @@ -20,6 +21,8 @@ on: - 'cpp/**' - 'python/**' - 'spark/**' + - 'conda/**' + - 'gui/server/**' - '.github/workflows/conda_build.yml' - '!**.md' - '!ci/jenkins/**'