Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/buf-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Buf CI
on:
push:
branches: ['**']
# Only top-level release tags (vX.Y.Z[-suffix]) should be synced to BSR.
# Submodule tags such as `cmd/tableauc/vX.Y.Z` (consumed by release.yml)
# must NOT trigger this workflow, otherwise buf-action would push them
# to BSR as well.
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
Expand Down
Loading