From 49a3e09e7bef89654bf7c18530abd8c87c9f0928 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Mar 2023 00:32:01 +0000 Subject: [PATCH] Ignore WhiteSource branches for build and test (#532) Signed-off-by: Matt Provost Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> (cherry picked from commit 3cba6c4d5356eeb5524e2eb65a984795b5d1c096) Signed-off-by: github-actions[bot] --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6602fb9c1e..60c4efbe5a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -2,7 +2,7 @@ name: Build and test on: push: - branches: ['**', '!backport/**'] + branches: ['**', '!backport/**', '!whitesource-remediate/**'] paths-ignore: - '**/*.md' pull_request: