Skip to content

Commit

Permalink
Minor fixes to release drafter (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 19, 2020
1 parent d2b26a4 commit e0f8db3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Release Drafter
name: release-drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- $default-branch
- main
- master
- 'releases/**'
- 'stable/**'

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

0 comments on commit e0f8db3

Please sign in to comment.