mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: enable buf.build publishing on master and develop branches
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user