From 964d9a71379f3ac072618ddbe120bc6f42572a60 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Tue, 9 Jan 2024 14:28:56 -0800 Subject: [PATCH] update build ignore --- .github/workflows/build-and-push-image.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index f3100842f..17ca5a975 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -14,12 +14,12 @@ on: push: branches: ['master'] # master branch only. Do not modify. paths-ignore: - - '*.md' + - '**.md' - 'cloud-deployments/*' - - 'images/*' - - '.vscode/*' + - 'images/**/*' + - '.vscode/**/*' - '**/.env.example' - - '.github/ISSUE_TEMPLATE/*' + - '.github/ISSUE_TEMPLATE/**/*' jobs: push_multi_platform_to_registries: