|
@ -2,6 +2,7 @@ name: Protobuf |
|
|
# Protobuf runs buf (https://buf.build/) lint and check-breakage |
|
|
# Protobuf runs buf (https://buf.build/) lint and check-breakage |
|
|
# This workflow is only run when a .proto file has been modified |
|
|
# This workflow is only run when a .proto file has been modified |
|
|
on: |
|
|
on: |
|
|
|
|
|
workflow_dispatch: # allow running workflow manually |
|
|
pull_request: |
|
|
pull_request: |
|
|
paths: |
|
|
paths: |
|
|
- "**.proto" |
|
|
- "**.proto" |
|
|