Publish protobufs on release tags (#869)
* Publish protobufs on release tags * Fix regex to match also rc versions
This commit is contained in:
6
.github/workflows/proto-buf-publisher.yml
vendored
6
.github/workflows/proto-buf-publisher.yml
vendored
@@ -4,10 +4,14 @@ name: Proto Buf Publishing - Action
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'proto/**'
|
- 'proto/**'
|
||||||
|
|
||||||
|
# Sequence of patterns matched against refs/tags
|
||||||
|
tags:
|
||||||
|
- "v[0-9]+.[0-9]+.[0-9]+.*" # Push events to matching v*, //i.e. v20.15.10, v0.27.0-rc1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user