Skip to content

Commit c9b1738

Browse files
committed
Moving matrix tag to on push
1 parent 9cee2a3 commit c9b1738

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: ci-matrix
22

33
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
47
workflow_run:
58
workflows: [Docker Image CI]
69
branches: [master]
7-
tags:
8-
- "v*.*.*"
910
types:
1011
- completed
1112

0 commit comments

Comments
 (0)