From a926b723098d1afc5813ecd793f33d318bb2aeaa Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 3 May 2024 09:09:06 -0700 Subject: [PATCH] chore(ci): Ignore changes to installer folder --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 649153ef..2e652de8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ on: paths-ignore: - '**.md' - '**.txt' + - 'installer/**' - 'repo_content/**' - 'spec_files/**' - 'post_install_files/**'