mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
commit
f020f683f3
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ name: Deployment for Dev Model
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [ 'model#dev#*' ]
|
||||
tags:
|
||||
- model#dev#*
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
|
|
|||
1
.github/workflows/MLPipelinePostMerge.yml
vendored
1
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -205,6 +205,7 @@ jobs:
|
|||
|
||||
git checkout master
|
||||
git fetch --all
|
||||
git pull
|
||||
|
||||
gto show > MODEL_REGISTRY.md
|
||||
git add .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue