build: update buf.yaml cosmos-sdk version to v0.50.3. Add buf-publish workflow for sonr repository. Push proto to BSR. #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
check-branches: | |
name: Check base branch and branch name | |
runs-on: ubuntu-latest | |
steps: | |
- uses: semestry/git-flow-action@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GIT_FLOW_ACTION_PAT }} |