From 4e17b0bf2e482a3cc48e8521903c93aac70fba83 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 11 Dec 2024 13:47:05 +0800 Subject: [PATCH] chore: disable continuous release for vapor for now --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8c217f62c..bec7a70a84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - '**' + - '!vapor' tags: - '!**' pull_request: -- 2.47.3