diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba8c8100ede..05b2d17aadb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Blade Release on: workflow_dispatch: push: - branches: [master] + branches: [master, v11] env: GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}