We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bed971 commit a658f39Copy full SHA for a658f39
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Python application and Docker image CI
3
on:
4
push:
5
branches: [ master, develop ]
6
- tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
+ tags: [ '*.*.*' ] # Enable pipeline on tag pushes
7
pull_request:
8
9
0 commit comments