mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: remove unused master branch from CI workflow
This commit is contained in:
parent
f56397df38
commit
c2d7fcb868
1
.github/workflows/buf-publish.yml
vendored
1
.github/workflows/buf-publish.yml
vendored
@ -3,7 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
6
.github/workflows/version-bump.yml
vendored
6
.github/workflows/version-bump.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
|
||||
token: "${{ secrets.GH_PAT_TOKEN }}"
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
go-version: "1.22"
|
||||
check-latest: true
|
||||
|
||||
- name: Tests
|
||||
- name: Run tests
|
||||
run: make test
|
||||
|
||||
- name: Create bump and changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user