Run build workflow only on pvz tags
This commit is contained in:
parent
0aae015c3c
commit
e15e359f12
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Build Image for Deployment
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '**pvz**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue