From cdc7de931ef582ff1f9eaa2da3b6efe59030ccea Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 30 Jun 2022 19:57:41 -0700 Subject: [PATCH] Temporarily enable the workflow on this branch to test it. --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 09d1b88b..26ad5e46 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - callgrind paths-ignore: - "docs/**" - "papers/**"