From 82b7297713c000a9f73402b57a78a08ade90e055 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 23 Jun 2023 12:30:53 -0700 Subject: [PATCH] Don't update release draft on PRs (#4) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e2e03..b14936d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,3 +91,4 @@ jobs: major-label: "change" publish: ${{ startsWith(github.ref, 'refs/tags/') }} collapse-after: 20 + if: ${{ github.event_name != 'pull_request' }}