Skip to content

Merge pull request #23 from EringiShimeji/update-buf-ci #54

Merge pull request #23 from EringiShimeji/update-buf-ci

Merge pull request #23 from EringiShimeji/update-buf-ci #54

Workflow file for this run

name: Buf CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
paths:
- .github/workflows/buf-ci.yaml
- "**.proto"
- buf.yaml
- buf.gen.yaml
- buf.lock
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
push: false