Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jul 9, 2024
1 parent a7599d5 commit b09b948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b09b948

Please sign in to comment.