Skip to content

Commit

Permalink
test release please
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Feb 14, 2024
1 parent 5f91f47 commit 015c3fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Go

on:
push:
branches: [ master ]
branches:
- main
pull_request:
branches: [ master ]
branches:
- main

jobs:

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release-please
on:
push:
branches:
- main
- please

concurrency:
cancel-in-progress: true

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

0 comments on commit 015c3fb

Please sign in to comment.