Skip to content

Commit f36e9fb

Browse files
committed
ci: (DSO-2101) add deploy trigguer
1 parent 5c79be7 commit f36e9fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: 🚀 Push
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- v20[2-9][0-9][0-1][0-9][0-3][0-9]-[0-9][0-9]
5+
release:
6+
types: [published]
87

98
jobs:
109
push_to_docker_hub:

0 commit comments

Comments
 (0)