(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:
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user