mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
fix(ci): run build on tags
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
313cef60ee
commit
a6fafda7f1
2
.github/workflows/docker-build-push.yaml
vendored
2
.github/workflows/docker-build-push.yaml
vendored
@ -3,7 +3,7 @@ name: Docker build & push image
|
||||
on:
|
||||
push:
|
||||
branches: [v4]
|
||||
tags: ["v*"]
|
||||
tags: ["v*"]
|
||||
pull_request:
|
||||
branches: [v4]
|
||||
paths:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user