From da3d03cd63b20c37509c09e47283231104a9c941 Mon Sep 17 00:00:00 2001 From: Derek Foster Date: Sun, 2 Feb 2025 10:13:02 -0800 Subject: [PATCH] Update branches in pipeline configuration Signed-off-by: Derek Foster --- .github/workflows/clang-format-check.yml | 4 ++-- .github/workflows/pipeline.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index f4d08af62..969b1b8e2 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -3,12 +3,12 @@ name: "clang-format check" on: push: branches: + - ffoulkes - split-arch pull_request: branches: - - mev-ts* + - ffoulkes - split-arch - - stratum-updates concurrency: # If workflow for PR or push is already running, stop it and start a new one. diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a01f46060..d00d94fd3 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -3,12 +3,12 @@ name: "Stratum CI Pipeline" on: push: branches: + - ffoulkes - split-arch pull_request: branches: - - mev-ts* + - ffoulkes - split-arch - - stratum-updates workflow_dispatch: