Skip to content

Commit a20a6f7

Browse files
committed
improved release workflow
1 parent 8fd51c0 commit a20a6f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Release workflow
33
on:
44
push:
55
tags:
6-
- v[12].[0-9]+.[0-9]+ # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7-
branches-ignore:
8-
- '**'
9-
6+
- v* # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
107

118
env:
129
DOCKER_HUB_REPO: docker.io/slashdevops

0 commit comments

Comments
 (0)