openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
19 stars 14 forks source link

ci: only push new Buf module when relevant .proto files have changed #20

Closed jon-whit closed 2 years ago

jon-whit commented 2 years ago

Description

This changes our push action so that we push new Buf modules to the Buf Registry only on changes to protobuf files. If no doc or protobuf files have changed that the Buf Registry depends on, then the push action will be skipped.

Review Checklist