Skip to content

Commit

Permalink
Update branches in pipeline configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes committed Feb 2, 2025
1 parent 9deb957 commit da3d03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit da3d03c

Please sign in to comment.