diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9aa3cb194..4c7095a16 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,8 +2,7 @@ name: codspeed-benchmarks on: push: - branches: - - "master" # or "master" + branches: [ master, pydantic_v2 ] pull_request: branches: [ master, pydantic_v2 ] # `workflow_dispatch` allows CodSpeed to trigger backtest