Skip to content

Commit 14ab2aa

Browse files
committed
run on tags too
1 parent ca5c4f0 commit 14ab2aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build and Deploy to GitHub Container Registry
33
on:
44
release:
55
types: [ published ]
6+
push:
7+
tags:
8+
- '*'
69
workflow_dispatch:
710

811
env:

0 commit comments

Comments
 (0)