Run build workflow only on pvz tags

This commit is contained in:
Sirius 2023-10-15 12:42:41 +02:00
parent 0aae015c3c
commit e15e359f12

View file

@ -2,7 +2,7 @@ name: Build Image for Deployment
on:
push:
tags:
- '*'
- '**pvz**'
workflow_dispatch:
jobs: