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: