From d6799f03a508c3182629fe7930a4fb4231da9e81 Mon Sep 17 00:00:00 2001 From: likai Date: Mon, 31 Oct 2022 16:41:13 +0800 Subject: [PATCH] fix(ci): ci action branch --- .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 efc2ae5..2141893 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: ci-test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: