Skip to content

Commit 47cf44b

Browse files
committed
Update workflow to run on tags
1 parent b283694 commit 47cf44b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- "main"
7+
create:
8+
tags:
9+
- "*"
10+
711
env:
812
REGISTRY: ghcr.io
913

0 commit comments

Comments
 (0)