From e06241296e6a1b92d5c6a44f075b9072289129d7 Mon Sep 17 00:00:00 2001 From: Nicholas Dunnaway Date: Mon, 19 Jul 2021 22:03:15 -0700 Subject: [PATCH] maintenance --- .github/workflows/drafter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/drafter.yml b/.github/workflows/drafter.yml index 468e29e..8af6bfa 100644 --- a/.github/workflows/drafter.yml +++ b/.github/workflows/drafter.yml @@ -4,11 +4,11 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main # pull_request event is required only for autolabeler - #pull_request: + pull_request: # Only following types are handled by the action, but one can default to all as well - # types: [opened, reopened, synchronize] + types: [opened, reopened, synchronize] jobs: update_release_draft: