From d02f1946689b1b641254743752cccb6ce9229aa2 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Thu, 13 May 2021 13:03:08 -0700 Subject: [PATCH] Update release-drafter.yml --- .github/workflows/release-drafter.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 3d8ce6146..e8f2c9730 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,15 +1,7 @@ name: Release Drafter -on: - push: - # branches to consider in the event; optional, defaults to all - branches: - - main - # pull_request event is required only for autolabeler - pull_request: - # Only following types are handled by the action, but one can default to all as well - types: [opened, reopened, synchronize] +on: push jobs: update_release_draft: