From 7ed3e7dd8f702c9018ed43f25c7a2a0e5309e8d0 Mon Sep 17 00:00:00 2001 From: sleefd Date: Fri, 8 Dec 2023 17:35:40 +0800 Subject: [PATCH] main branch to master --- .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 a95ceb8..a43b68f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: ci on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: build: