diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ca5db80..84f1d6b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,11 @@ name: Go on: push: - branches: [ master ] + branches: + - main pull_request: - branches: [ master ] + branches: + - main jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..de03bd9 --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,17 @@ +name: release-please +on: + push: + branches: + - main + - please + +jobs: + release-pr: + timeout-minutes: 30 + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + id: release + with: + command: manifest + default-branch: main