Skip to content

Commit

Permalink
Fixed release-drafter (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 19, 2020
1 parent 5322125 commit 108d52c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
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
Expand Down

0 comments on commit 108d52c

Please sign in to comment.