Skip to content

Update buf-ci.yaml

Update buf-ci.yaml #3

Workflow file for this run

name: Buf CI
on:
push:
paths:
- buf.yaml
- buf.lock
- README.md
- LICENSE
- 'proto/**'
- '.github/workflows/buf-ci.yaml'
pull_request:
paths:
- buf.yaml
- buf.lock
- README.md
- LICENSE
- 'proto/**'
- '.github/workflows/buf-ci.yaml'
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
version: "1.32.2"
token: ${{ secrets.BUF_TOKEN }}