mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -19,3 +19,6 @@ jobs:
|
||||
- uses: Logerfo/gitflow-action@0.0.5
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
|
||||
dev: develop
|
||||
master: master
|
||||
release: release
|
||||
|
||||
Reference in New Issue
Block a user