From eb49f22f17c2e7a55f503d484e0aae25fb16f323 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:17:03 -0400 Subject: [PATCH] fix --- .github/workflows/nvim.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nvim.yml b/.github/workflows/nvim.yml index ffaab80..6f352d3 100644 --- a/.github/workflows/nvim.yml +++ b/.github/workflows/nvim.yml @@ -37,7 +37,6 @@ jobs: XDG_CONFIG_HOME: ${{ github.workspace }}/.config bench: - # if: github.ref == 'refs/heads/main' needs: run runs-on: ubuntu-24.04 steps: @@ -94,4 +93,4 @@ jobs: tool: 'customSmallerIsBetter' output-file-path: startuptime.json github-token: ${{ secrets.GITHUB_TOKEN }} - auto-push: true + auto-push: ${{ github.ref == 'refs/heads/main' }}