(MOD) Changed effecting branch from "master" to "github_action_test" which is more reasonable since this is testing on branch github_action_test.

This commit is contained in:
2024-06-25 13:58:54 +08:00
parent 242fcce951
commit 092dddf6c4

View File

@@ -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: