Skip to content

Commit

Permalink
Merge pull request #57 from sh0hei/release-drafter-main-branch
Browse files Browse the repository at this point in the history
Release Drafter with main branch
  • Loading branch information
sh0hei authored May 4, 2021
2 parents b3de50a + 8d247be commit d146444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d146444

Please sign in to comment.