Skip to content

Commit

Permalink
fix: workflow push tag triggers (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr authored Apr 26, 2023
1 parent ea797d7 commit 712080c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- completed
push:
tags:
- "v.*"
- "v**"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
- "release-.*"
tags:
- "v.*"
- "v**"
pull_request:

permissions:
Expand Down

0 comments on commit 712080c

Please sign in to comment.