From 68612741de9c101185f9f3bd645fa56a52a690a8 Mon Sep 17 00:00:00 2001 From: Wenty Li Date: Fri, 23 Aug 2024 00:34:36 +0800 Subject: [PATCH] test: test --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c71be4e..b65a8cd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,9 @@ name: Release on: - push: + pull_request: + types: + - closed branches: - main