Skip to content

Commit

Permalink
update CI workflow to trigger on feature/CI-plot-benchmarks branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zutshi committed Jan 29, 2025
1 parent 4e296a4 commit 734cf9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 734cf9a

Please sign in to comment.