From 734cf9abfd77ae1fdf50738eb142dcabe618b7a8 Mon Sep 17 00:00:00 2001 From: Aditya Zutshi Date: Tue, 28 Jan 2025 23:29:11 -0800 Subject: [PATCH] update CI workflow to trigger on feature/CI-plot-benchmarks branch --- .github/workflows/ci-bench.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-bench.yml b/.github/workflows/ci-bench.yml index 99a8b4a49..8eff58336 100644 --- a/.github/workflows/ci-bench.yml +++ b/.github/workflows/ci-bench.yml @@ -1,9 +1,10 @@ name: CI Benchmarks -on: push - # push: - # branches: - # - master +on: + push: + branches: + - master + - feature/CI-plot-benchmarks env: CARGO_TERM_COLOR: always