From 0b9628575a31b599c976bc07918eae04d462997b Mon Sep 17 00:00:00 2001 From: btowles Date: Mon, 16 Aug 2021 02:45:50 +0000 Subject: [PATCH] fix release-drafter --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 442f6dc..678007f 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ 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: # Only following types are handled by the action, but one can default to all as well