Skip to content

Try to fix antithesis builds #311

Try to fix antithesis builds

Try to fix antithesis builds #311

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@v4
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}