From 1c9331e51a46bcfa54c31f44c2145f4231b6a329 Mon Sep 17 00:00:00 2001 From: Yinan Qin Date: Tue, 31 Jan 2023 17:58:37 +0800 Subject: [PATCH] Change to master --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7ce2d4..7532f1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: Ubuntu: