From f99a456fea56143ad0fe16972c6fb4f0764329c4 Mon Sep 17 00:00:00 2001 From: Advaita Krishna das Date: Sun, 28 Jul 2024 17:16:20 +0200 Subject: [PATCH] chore: Update build workflow for Docker image push --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a2dc18..1aea787 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,16 @@ jobs: packages: write steps: + - uses: dorny/paths-filter@v3 + id: changes + with: + filters: | + gateway: + - 'modules/services/gateway/**' + + - if: steps.changes.outputs.src == 'true' + run: echo 'Changes detected in gateway' + - name: Checkout repository uses: actions/checkout@v3 with: