Skip to content

Commit 3d0d760

Browse files
Change workflow type to release (#335)
* Change workflow type to release
1 parent ebbdc1a commit 3d0d760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
2-
push:
3-
tags: "*"
2+
release:
3+
types: [published]
44

55
jobs:
66
push_to_dockerhub:

0 commit comments

Comments
 (0)