mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
ci(lint): use ref_base instead of main
This commit is contained in:
parent
c0ddaf87e6
commit
9c069806c4
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
-
|
||||
uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
against: "https://github.com/${{ github.repository }}.git#branch=main"
|
||||
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
|
||||
|
||||
console:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
|
Loading…
Reference in New Issue
Block a user