mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
add the branchs to workflwo
This commit is contained in:
parent
f12514aca9
commit
7573d885af
2 changed files with 4 additions and 1 deletions
3
.github/workflows/MLPipelinePostMerge.yml
vendored
3
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -11,6 +11,9 @@ on:
|
|||
- closed
|
||||
branches:
|
||||
- "master"
|
||||
- "sap_change-dev"
|
||||
- "heat_change-dev"
|
||||
- "carbon_change-dev"
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
|
|
|||
2
.github/workflows/MLPipelinePullRequest.yml
vendored
2
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
# branches:
|
||||
# - "model-**"
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "master", "sap_change-dev", "heat_change-dev", "carbon_change-dev"]
|
||||
label:
|
||||
types: ["created", "edited"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue