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