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