From dca6a327b8e22cc046432cc080a8dbd4c51720a9 Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Sat, 20 Jun 2026 08:40:35 -0700 Subject: [PATCH] chore: LICENSE/README triggers proto pipeline The readme / LICENSE file were not triggering the proto pipeline previously, so these changes were not publishing to buf. --- .github/workflows/build-and-publish-protos.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-and-publish-protos.yaml b/.github/workflows/build-and-publish-protos.yaml index d7c5319..6b9953e 100644 --- a/.github/workflows/build-and-publish-protos.yaml +++ b/.github/workflows/build-and-publish-protos.yaml @@ -3,12 +3,16 @@ name: build-test-and-publish-protos on: push: paths: + - README.md + - LICENSE - .github/workflows/build-and-publish-protos.yaml - "proto/**" - buf.yaml - buf.lock pull_request: paths: + - README.md + - LICENSE - .github/workflows/build-and-publish-protos.yaml - "proto/**" - buf.yaml