Skip to content

Update CI workflow to remove paths-ignore #2083

Update CI workflow to remove paths-ignore

Update CI workflow to remove paths-ignore #2083

Workflow file for this run

name: buf
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.readthedocs.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1