From 97e6bdc3db137280fdb8812dfba34de14a248c72 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Fri, 16 Dec 2022 11:44:24 -0800 Subject: [PATCH] Update ci-install trigger (#796) update ci-install trigger Signed-off-by: Chris Trevino Signed-off-by: Chris Trevino --- .github/workflows/ci-install.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-install.yml b/.github/workflows/ci-install.yml index 19c1e66fee..a58fd7c450 100644 --- a/.github/workflows/ci-install.yml +++ b/.github/workflows/ci-install.yml @@ -6,10 +6,9 @@ on: push: branches: [main] paths: - - '.github/workflows/ci.yml' + - '.github/workflows/ci-install.yml' - 'dowhy/**' - 'tests/**' - - 'docs/source/example_notebooks/**' - 'pyproject.toml' - 'poetry.lock' @@ -19,7 +18,6 @@ on: - '.github/workflows/ci-install.yml' - 'dowhy/**' - 'tests/**' - - 'docs/source/example_notebooks/**' - 'pyproject.toml' - 'poetry.lock'