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