Skip to content

Commit

Permalink
ci: fix tag mask for release build (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 9, 2023
1 parent 52a93d5 commit 2a6c4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
paths-ignore: frontend/**
branches: [master]
tags: ['[0-9]+.[0-9]+.[0-9]+']
tags: ['v[0-9]+.[0-9]+.[0-9]+']

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 2a6c4da

Please sign in to comment.