From b09b948b7450750b33294762c08889eda65d2d01 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Tue, 9 Jul 2024 14:49:06 -0500 Subject: [PATCH] Fix ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c08a09..e5eb47e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -411,7 +411,7 @@ jobs: with: username: ${{ secrets.BUF_USERNAME }} token: ${{ secrets.BUF_TOKEN }} - ignore_refs: ${{ github.ref_name }} + ignore_refs: ${{ github.head_ref || github.ref_name }} lint: false format: false breaking: false