From 851f1f14ca09b60956e1693f8a7ec1b694d3d5a9 Mon Sep 17 00:00:00 2001 From: collerek Date: Thu, 8 Feb 2024 10:35:52 +0100 Subject: [PATCH] change on push to pydantic_v2 to trigger first one --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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