Skip to content

Commit dc7d1c9

Browse files
committed
ci: update trigger condition for release
1 parent 4a3f7cb commit dc7d1c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
2-
release:
3-
types:
4-
- published
2+
push:
3+
tags:
4+
- "v*.*.*"
55

66
env:
77
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)