From e45b5b74b94aea1add9f25967aa457d60f41b556 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 8 Oct 2024 11:24:37 +0800 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25526bf..dd91e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: Continuous Integration on: pull_request: branches: - - main + - v1 push: branches: - - main + - v1 permissions: contents: read