From 1630d4e69c77267a0560bc0c4137741907820dfc Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 23 Feb 2024 09:57:07 +0100 Subject: [PATCH] fix(github): Release Drafter branch Signed-off-by: Nicolas Lamirault --- .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 8c49ab4..d23f860 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -18,7 +18,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: update_release_draft: