From e619442064161cafd28aa8b9f76d1911652dc80c Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Mon, 16 Dec 2024 23:47:07 +0800 Subject: [PATCH] fix: ci.yml file is not triggered (#85) --- .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' ]