From 76aed6075621b3c379d9adc2cd95bb34264a4b57 Mon Sep 17 00:00:00 2001 From: ChiaChi Tsai Date: Thu, 18 May 2023 15:37:28 +0800 Subject: [PATCH] adjust ci build --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4176616..b9d46fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,11 +2,10 @@ name: CI on: push: branches: - - main - - hotfix-0.0.11-1 + - 0.1.0 pull_request: branches: - - main + - 0.1.0 jobs: set_env_vars: