From 2c9e70f9654c50cc1eba97b7a55d2e8a1dbac454 Mon Sep 17 00:00:00 2001 From: joncrall Date: Mon, 25 Apr 2022 14:11:11 -0400 Subject: [PATCH] Run benchmarks in CI when they are changed --- .github/workflows/benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 27659e7..1def7f2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -4,6 +4,10 @@ on: push: branches: - main + pull_request: + paths: + - ".github/workflows/benchmark.yml" + - "tests/benchmark.py" jobs: build: