nidhal baccouri
commited on
Commit
·
7ef48a8
1
Parent(s):
9e687d1
updated gh actions
Browse files
.github/workflows/tagged-release.yml
CHANGED
@@ -3,7 +3,8 @@ name: "tagged-release"
|
|
3 |
on:
|
4 |
push:
|
5 |
tags:
|
6 |
-
|
|
|
7 |
workflow_run:
|
8 |
workflows:
|
9 |
- "test"
|
|
|
3 |
on:
|
4 |
push:
|
5 |
tags:
|
6 |
+
- "v*"
|
7 |
+
|
8 |
workflow_run:
|
9 |
workflows:
|
10 |
- "test"
|