From 6ebebf4814368dc7f347530313f101e26a50e703 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Fri, 20 Sep 2024 13:46:09 +0200 Subject: [PATCH] chore: add additional filter for backend check changes --- .github/workflows/action-check-for-changes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action-check-for-changes.yml b/.github/workflows/action-check-for-changes.yml index cc33eb4f0..c2ed3091f 100644 --- a/.github/workflows/action-check-for-changes.yml +++ b/.github/workflows/action-check-for-changes.yml @@ -47,6 +47,7 @@ jobs: - '.github/**/*' - 'src/**/*' - '.azure/applications/**/*' + - '.azure/modules/containerApp/**/*' tests: - 'tests/**/*' azure: