Skip to content

Commit

Permalink
🔧 Fix changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Sep 25, 2020
1 parent c67fac4 commit be425ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Changelog
on:
push: [master]
push:
branches: [master]
jobs:
update_draft:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit be425ad

Please sign in to comment.