Skip to content

Commit c28707b

Browse files
committed
ci(workflow): trigger workflow on tag push to automate versioned releases
1 parent 1de1280 commit c28707b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test, Build and Push
22
description: Test, Build and Push Docker image to GitHub Container Registry
33

44
on:
5+
push:
6+
tags: ["v*"]
57
release:
68
types: [released]
79

0 commit comments

Comments
 (0)