From 092dddf6c4dbf102573afd84c38ba3784f426274 Mon Sep 17 00:00:00 2001 From: William Lee Date: Tue, 25 Jun 2024 13:58:54 +0800 Subject: [PATCH] (MOD) Changed effecting branch from "master" to "github_action_test" which is more reasonable since this is testing on branch github_action_test. --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b29e723..195cda8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -6,9 +6,9 @@ on: schedule: - cron: "0 2 * * 1-5" push: - branches: [ "master" ] + branches: [ "github_action_test" ] pull_request: - branches: [ "master" ] + branches: [ "github_action_test" ] jobs: build: