Skip to content

Commit dca6a32

Browse files
committed
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.
1 parent 7393df5 commit dca6a32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-and-publish-protos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: build-test-and-publish-protos
33
on:
44
push:
55
paths:
6+
- README.md
7+
- LICENSE
68
- .github/workflows/build-and-publish-protos.yaml
79
- "proto/**"
810
- buf.yaml
911
- buf.lock
1012
pull_request:
1113
paths:
14+
- README.md
15+
- LICENSE
1216
- .github/workflows/build-and-publish-protos.yaml
1317
- "proto/**"
1418
- buf.yaml

0 commit comments

Comments
 (0)