From c18b76af3e9e05b75eac87011fa9369957db4e40 Mon Sep 17 00:00:00 2001 From: David Kagerer Date: Wed, 26 Jan 2022 10:32:43 +0100 Subject: [PATCH] fix: use correct branch naming in 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 d4687dd..8014257 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