From 34363577027222d6ce94a92e0dc10a8935f01d44 Mon Sep 17 00:00:00 2001 From: Alastair Weakley Date: Mon, 27 May 2024 14:45:34 +1000 Subject: [PATCH] Add gh-pages push --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30ea57..ec93df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,12 +94,13 @@ jobs: - name: Publish benchmark results uses: benchmark-action/github-action-benchmark@v1 + if: github.event_name != 'pull_request' with: tool: 'pytest' - auto-push: false + auto-push: true comment-always: true output-file-path: output.json github-token: ${{ secrets.GITHUB_TOKEN }} comment-on-alert: true - save-data-file: false + save-data-file: true summary-always: true