trigger workflow on changes to buf config or the workflow itself

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-08-25 15:43:32 +02:00
parent d6f93bf4da
commit d5832dc123

View File

@@ -6,6 +6,10 @@ on:
- "release-*"
pull_request:
paths:
- ".github/workflows/buf.yaml"
- "**/buf.yaml"
- "**/buf.lock"
- "**/buf.gen.yaml"
- "**.proto"
permissions:
contents: read