Skip to content

Update PhoneNumber sample code to match schema. #5

Update PhoneNumber sample code to match schema.

Update PhoneNumber sample code to match schema. #5

---
name: build-and-publish-protos
on:
pull_request:
paths:
- 'proto/**/*.proto'
jobs:
build-and-publish-protos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
- name: Verify that protos build.
run: buf build
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}
input: proto/aep-type
draft: ${{ github.ref_name != 'main'}}