Skip to content

Commit a658f39

Browse files
author
Fedele Mantuano
committed
Fixed GitHub pipeline
1 parent 9bed971 commit a658f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python application and Docker image CI
33
on:
44
push:
55
branches: [ master, develop ]
6-
tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
6+
tags: [ '*.*.*' ] # Enable pipeline on tag pushes
77
pull_request:
88
branches: [ master, develop ]
99

0 commit comments

Comments
 (0)