From dddf797d89dbbde41e9c192b92925085d6c1dc74 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 19 Jun 2024 02:18:50 +0800 Subject: [PATCH] ci: add release event --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ced88789..b0fa7ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: pull_request: paths-ignore: - '**.md' + release: + types: + - created jobs: test: