From f4274c92575337cdfdc320d4261883e1d1dfa89e Mon Sep 17 00:00:00 2001 From: carlos-rian Date: Mon, 15 May 2023 20:57:28 -0300 Subject: [PATCH] update CI.yml --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7971212..cf506c8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,7 @@ on: branches: - "main" - "release/*" + - "deps/*" paths-ignore: - "LICENSE" @@ -17,7 +18,7 @@ on: branches: - "main" - "release/*" - + - "deps/*" paths-ignore: - "LICENSE" - "SECURITY.md"