Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru2010 committed Mar 2, 2024
1 parent 30f1993 commit cbf411d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- master
- main
pull_request:
types: [opened, reopened, synchronize, labeled]
#types: [opened, reopened, synchronize]
types: [labeled]

permissions:
contents: read
Expand All @@ -23,5 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cbf411d

Please sign in to comment.