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: