mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: enable buf.build publishing on master and develop branches
This commit is contained in:
parent
b725493e50
commit
02347a49bd
3
.github/workflows/buf-publish.yml
vendored
3
.github/workflows/buf-publish.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Publish to buf.build/didao/sonr
|
name: Publish to buf.build/didao/sonr
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
3
.github/workflows/sync-branches.yml
vendored
3
.github/workflows/sync-branches.yml
vendored
@ -19,3 +19,6 @@ jobs:
|
|||||||
- uses: Logerfo/gitflow-action@0.0.5
|
- uses: Logerfo/gitflow-action@0.0.5
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
|
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
|
||||||
|
dev: develop
|
||||||
|
master: master
|
||||||
|
release: release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user