Merge pull request #33 from Hestia-Homes/model-test

fix bug
This commit is contained in:
quandanrepo 2023-09-17 16:08:05 +01:00 committed by GitHub
commit f020f683f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 .