From daeba63540be3f21a454c94868b2381518b37cc1 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 8 Sep 2023 09:52:02 +0800 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c08ede..f2c419b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: push: tags: - 'v*' + create: + tags: - nightly pull_request: branches: ["main" ]