Skip to content

Commit

Permalink
Merge pull request #301 from corgibytes/feature-fix-release-note-gen-…
Browse files Browse the repository at this point in the history
…error

Only generate release notes on push and not PR
  • Loading branch information
mrbiggred authored Apr 6, 2021
2 parents e95a836 + 0d8123a commit 8e6f144
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- 'main'
- 'release*'
pull_request:
branches:
- 'main'
- 'release*'

jobs:
release_notes:
Expand Down

0 comments on commit 8e6f144

Please sign in to comment.