diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 0b378950..434271de 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -1,11 +1,8 @@ name: Protobuf # Protobuf runs buf (https://buf.build/) lint and check-breakage -# This workflow is only run when a .proto file has been changed on: pull_request: - paths: - - "proto/**" - + permissions: contents: read