From 6811dd40b9cbf6b64edc4d5c00f4f147389b4cb3 Mon Sep 17 00:00:00 2001 From: James Habben Date: Mon, 4 Nov 2024 15:26:56 -0800 Subject: [PATCH] Update filepath_search_summary.yml update to run against main branch --- .github/workflows/filepath_search_summary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/filepath_search_summary.yml b/.github/workflows/filepath_search_summary.yml index 764a4d2a..fa85708a 100644 --- a/.github/workflows/filepath_search_summary.yml +++ b/.github/workflows/filepath_search_summary.yml @@ -6,7 +6,7 @@ on: jobs: run-filepath-search: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/lava-output' + if: github.ref == 'refs/heads/main' steps: - name: Check out repository