From f4978028343bc45b9d874a729109d0521f8f5bbb Mon Sep 17 00:00:00 2001 From: spiral Date: Sun, 5 Jun 2022 13:50:52 -0400 Subject: [PATCH] fix: use correct path definition in github actions files --- .github/workflows/dashboard.yml | 2 +- .github/workflows/gateway.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index ff46325a..2c5a5c8c 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -4,7 +4,7 @@ on: push: branches: [main] paths: - - 'dashboard/' + - 'dashboard/**' jobs: deploy: diff --git a/.github/workflows/gateway.yml b/.github/workflows/gateway.yml index 564314af..b3f2be21 100644 --- a/.github/workflows/gateway.yml +++ b/.github/workflows/gateway.yml @@ -4,8 +4,8 @@ on: push: branches: [main] paths: - - 'gateway/' - - 'proto/' + - 'gateway/**' + - 'proto/**' jobs: deploy: