Skip to content

Commit

Permalink
ci(fix): wildcard tag matching (#5230)
Browse files Browse the repository at this point in the history
Description
workaround - match docker workflow for tag building
  • Loading branch information
leet4tari authored Mar 8, 2023
1 parent 9db0501 commit 35fcd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base_node_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build Matrix of Binaries
'on':
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+(-[a-z]+.[0-9]+)?"
- 'v[0-9]+.[0-9]+.[0-9]*'
branches:
- build-*
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_libwallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build libwallets
'on':
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- 'v[0-9]+.[0-9]+.[0-9]*'
branches:
- "build-libwallet-*"
schedule:
Expand Down

0 comments on commit 35fcd55

Please sign in to comment.