From 0a9c4496825262056722f9d3745c5d31801d142b Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:46:08 -0800 Subject: [PATCH] Ignore WhiteSource branches for build and test (#532) (#553) (cherry picked from commit 3cba6c4d5356eeb5524e2eb65a984795b5d1c096) Signed-off-by: Matt Provost Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> --- .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: