mirror of
https://github.com/Fishwaldo/go-logadapter.git
synced 2025-03-15 19:31:25 +00:00
chore: Only Update Release Changelog on Merged PR's (#7)
* Update build.yml * Update release-drafter.yml
This commit is contained in:
parent
6381d65bdf
commit
20aba9f372
2 changed files with 2 additions and 0 deletions
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
|
@ -13,6 +13,7 @@ categories:
|
|||
label: 'type: bug'
|
||||
- title: 'Maintenance'
|
||||
label: 'type: maintenance'
|
||||
label: 'type: chore'
|
||||
- title: 'Documentation'
|
||||
label: 'type: docs'
|
||||
- title: 'Dependency Updates'
|
||||
|
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -97,6 +97,7 @@ jobs:
|
|||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
release:
|
||||
#if: startsWith(github.ref, 'refs/tags/')
|
||||
if: github.event.pull_request.merged == true
|
||||
needs: [goreadme]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue