From 09812dc4cdf88d0496b49f44cd1b63555e8546d1 Mon Sep 17 00:00:00 2001 From: aloctavodia <aloctavodia@gmail.com> Date: Wed, 5 Mar 2025 10:08:37 +0200 Subject: [PATCH] use PR as we have protected branches --- .github/workflows/post-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 5526a27..dd8ddf8 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -17,3 +17,4 @@ jobs: file: CHANGELOG.md github_token: ${{ secrets.GITHUB_TOKEN }} commit_summary_template: 'update changelog for %s changes' + pull_request: true