mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +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
|
uses: bufbuild/buf-breaking-action@v1
|
||||||
with:
|
with:
|
||||||
against: "https://github.com/${{ github.repository }}.git#branch=main"
|
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
|
||||||
|
|
||||||
console:
|
console:
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user