From 3cff1c7d061c6c4f1a4988cf1cc8cbb081e5f6fe Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Tue, 28 Jan 2025 22:47:35 +0400 Subject: [PATCH] Upload benchmark result --- .github/workflows/perf-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/perf-ci.yml b/.github/workflows/perf-ci.yml index 53ca227b..f9f9d096 100644 --- a/.github/workflows/perf-ci.yml +++ b/.github/workflows/perf-ci.yml @@ -48,3 +48,5 @@ jobs: comment-on-alert: true fail-on-alert: true comment-always: true + # Upload results only for master + auto-push: ${{ github.ref == 'refs/heads/master' }}