From c6bfd74ed351a93e2cb6100398ac8062bfa73d1b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 25 Jun 2022 03:35:44 +0200 Subject: [PATCH] fix paths for ci actions --- .github/workflows/deploy_to_windmill.yml | 2 +- .github/workflows/lsp_on_release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_to_windmill.yml b/.github/workflows/deploy_to_windmill.yml index a7b925e263..f0da2d7658 100644 --- a/.github/workflows/deploy_to_windmill.yml +++ b/.github/workflows/deploy_to_windmill.yml @@ -4,7 +4,7 @@ on: push: branches: [main] paths: - - "community/*" + - "community/**" jobs: deploy: diff --git a/.github/workflows/lsp_on_release.yml b/.github/workflows/lsp_on_release.yml index 394e33f5a4..68075fd6b3 100644 --- a/.github/workflows/lsp_on_release.yml +++ b/.github/workflows/lsp_on_release.yml @@ -7,8 +7,8 @@ on: push: branches: [main] paths: - - "python-client/*W" - - "lsp/*" + - "python-client/**" + - "lsp/**" tags: - "*" jobs: