From 64cf3f92847fa6d9c95a94299d04b191ec654d4a Mon Sep 17 00:00:00 2001 From: Pawel Szelag Date: Thu, 17 Sep 2026 14:49:17 +0200 Subject: [PATCH] fix release workflow Signed-off-by: Pawel Szelag --- .github/workflows/release.automatic.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.automatic.yaml b/.github/workflows/release.automatic.yaml index ed723ea..22d503a 100644 --- a/.github/workflows/release.automatic.yaml +++ b/.github/workflows/release.automatic.yaml @@ -1,15 +1,16 @@ name: Release New Version on: - pull_request: - types: - - closed + push: + branches: + - main permissions: - contents: read + contents: write pull-requests: write jobs: release: + if: github.actor != 'dependabot[bot]' uses: openkcm/build/.github/workflows/release.lib.yaml@main secrets: inherit