Skip to content

Refactor: rename workflows #2

Refactor: rename workflows

Refactor: rename workflows #2

Workflow file for this run

name: Protocol Buffers
on:
push:
branches:
- main
paths:
- buf.yaml
- proto/**
- .github/workflows/proto.yml
pull_request:
branches:
- main
paths:
- buf.yaml
- proto/**
- .github/workflows/proto.yml
jobs:
buf:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4.2.2
- uses: bufbuild/buf-action@v1.0.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}