Skip to content

SubscribeTopics API #1002

SubscribeTopics API

SubscribeTopics API #1002

Workflow file for this run

name: Buf
on:
push:
branches:
- main
pull_request:
jobs:
buf:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v5
- uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
setup_only: true # Disables default behavior.
- if: ${{ github.event_name == 'push' }}
run: buf push proto --error-format github-actions --create --git-metadata