Skip to content

Commit

Permalink
Fix: CI release version tag matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Aug 29, 2024
1 parent 142439b commit 8cf2f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: babylonchain/babylon-contract/deploy
on:
push:
branches:
- '^v[0-9]+\.[0-9]+\.[0-9]+.*'
tags:
- '^v*.*.*'
env:
CARGO_TERM_COLOR: always
WORKSPACE: "/home/runner/work/babylon-contract/babylon-contract"
Expand Down

0 comments on commit 8cf2f3f

Please sign in to comment.