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' }}