From e5a088cb349679026495907390f69f336fa47dc8 Mon Sep 17 00:00:00 2001 From: Bastian Neumann Date: Tue, 6 Aug 2024 21:04:55 +0000 Subject: [PATCH] Actions: run release drafter on main --- .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 5f52455..408eef7 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