From cf19dc5eac9245a780a9135f7483e431ef686f69 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:12:37 -0500 Subject: [PATCH] ci(test): run all e2e tests on the release pr --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba2d60681..49027ab01d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: release on: push: tags: ["v*"] - branches: ["main", "mise", "release/*"] + branches: ["release"] workflow_dispatch: concurrency: