Skip to content

Merge pull request #11 from arkedge/rename-workflows #3

Merge pull request #11 from arkedge/rename-workflows

Merge pull request #11 from arkedge/rename-workflows #3

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 }}