This commit is contained in:
Michael Duong 2023-09-17 15:07:23 +00:00
parent b2d1476ea0
commit b6685073fc
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,8 @@ name: Deployment for Dev Model
on:
push:
tags: [ 'model#dev#*' ]
tags:
- model#dev#*
permissions: write-all

View file

@ -205,6 +205,7 @@ jobs:
git checkout master
git fetch --all
git pull
gto show > MODEL_REGISTRY.md
git add .