From 12e22c436f698051ea56d6e0cfe5c83d3e5549af Mon Sep 17 00:00:00 2001 From: Sherakama Date: Mon, 6 Nov 2023 14:46:13 -0800 Subject: [PATCH] Update autorelease for new main branch --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 0f67f67d4..f8ccf8ed1 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -8,7 +8,7 @@ on: # Triggers the workflow only when merging pull request to the main branch. pull_request: types: [closed] - branches: [ v7 ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: