(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:
|
schedule:
|
||||||
- cron: "0 2 * * 1-5"
|
- cron: "0 2 * * 1-5"
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "github_action_test" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "github_action_test" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user