diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 4470de47..5878eaa3 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -5,19 +5,12 @@ # and edit them there. Note that it will be sync'ed to all the Micronaut repos name: Changelog on: - pull_request: - types: closed - branches: - - master - - '[1-9]+.[0-9]+.x' issues: types: [closed,reopened] push: branches: - master - '[1-9]+.[0-9]+.x' - paths: - - ".github/workflows/release-notes.yml" jobs: release_notes: runs-on: ubuntu-latest