From c16895c445c5a1e84c4679d29832f0c757f9ef9d Mon Sep 17 00:00:00 2001 From: Chayim Date: Tue, 18 Oct 2022 10:31:01 +0300 Subject: [PATCH] Updating the release drafter, tying to the main branch (#385) fixing the release drafter, to main branch --- .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 ec2d88b..30a547b 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 jobs: update_release_draft: