diff --git a/.github/workflows/build-and-publish-protos.yaml b/.github/workflows/build-and-publish-protos.yaml index 54f2477d..f60b0c47 100644 --- a/.github/workflows/build-and-publish-protos.yaml +++ b/.github/workflows/build-and-publish-protos.yaml @@ -18,5 +18,5 @@ jobs: - uses: bufbuild/buf-push-action@v1 with: buf_token: ${{ secrets.BUF_TOKEN }} - input: common-components/proto/type + input: common-components/proto draft: ${{ github.ref_name != 'main'}} \ No newline at end of file