diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 3a00a6f0f0ee9..ffc5d87edeacf 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1,6 +1,6 @@ on: push: - branches: [canary] + branches: [canary, v11-patch] tags: [v*] pull_request: types: [opened, synchronize]