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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '**pvz**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue