From 9ce63574c4c0a0cf93b868b7d97d00093c0b69b6 Mon Sep 17 00:00:00 2001 From: Anthonius Munthi Date: Mon, 19 Aug 2024 15:03:16 +0800 Subject: [PATCH] wip --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73e135b..936e7f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,8 +6,8 @@ on: push: branches: - main - tags: - - "2024.*" + release: + types: [published] pull_request: branches: ["main"]