From 231f8012cf5fe254c761139422ec24e067d6ef59 Mon Sep 17 00:00:00 2001 From: BUG1989 <248857878@qq.com> Date: Mon, 8 Apr 2024 19:45:12 +0800 Subject: [PATCH] Update build_650.yml --- .github/workflows/build_650.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_650.yml b/.github/workflows/build_650.yml index 186f091..aa9ed52 100644 --- a/.github/workflows/build_650.yml +++ b/.github/workflows/build_650.yml @@ -6,9 +6,9 @@ name: build_650 on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: