Skip to content

Add Maybe to the end bound of proofs (Part 1) (#1793) #41

Add Maybe to the end bound of proofs (Part 1) (#1793)

Add Maybe to the end bound of proofs (Part 1) (#1793) #41

Workflow file for this run

name: buf-push
on:
push:
tags:
- "*"
branches:
- master
- dev
paths:
- "proto/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.23.1
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}