We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd51c0 commit a20a6f7Copy full SHA for a20a6f7
.github/workflows/release.yml
@@ -3,10 +3,7 @@ name: Release workflow
3
on:
4
push:
5
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
-
+ - v* # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
10
11
env:
12
DOCKER_HUB_REPO: docker.io/slashdevops
0 commit comments