From 7361f03ba9b0418120e89854b5799c8772e27705 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Mon, 16 Dec 2024 23:37:13 +0800 Subject: [PATCH] fix: ci.yml file is not triggered --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1ad983..1c061aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI on: + push: + tags: [ '[0-9]+.[0-9]+.[0-9]+', '[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+' ] pull_request: branches: [ 'canary' ]