change tag glob (#164)

This commit is contained in:
iPromKnight
2024-03-25 23:41:58 +00:00
committed by GitHub
parent 9a831e92d0
commit b035ef596b
9 changed files with 18 additions and 14 deletions

View File

@@ -2,10 +2,10 @@ name: Build and Push Metadata Service
on:
push:
tags:
- '**'
paths:
- 'src/metadata/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs: