From e0e6de824803bf3d8f91ff4a26a95442850405f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Tue, 16 Jul 2024 14:45:25 +0200 Subject: [PATCH] Revert "feat(benchmark): Don't trigger on push" This reverts commit 08c5e35956781d6a94136762e8aaf584e5dcb455. --- .github/workflows/benchmark.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 7d9e1543..d2851e98 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -1,5 +1,6 @@ on: - workflow_dispatch + - workflow_dispatch + - push name: "⏱️ Benchmark"