From 408559e816112f3f47d9b4fe5d39e3ca8b708dbf Mon Sep 17 00:00:00 2001 From: Alina Shumann Date: Fri, 2 Feb 2024 13:12:23 -0600 Subject: [PATCH] fix: release drafer branches in workflow --- .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 36e3b5e..439cae1 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