Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Oct 21, 2023
1 parent f4d97b7 commit d300be2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Release Drafter

on:
push:
branches:
- master
paths-ignore:
- ".github/**"
tags:
- '*'

jobs:
update_release_draft:
Expand All @@ -15,6 +13,7 @@ jobs:
uses: release-drafter/release-drafter@v5.25.0
id: release_drafter
with:
config-name: workflows/release-drafter.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d300be2

Please sign in to comment.