Skip to content

Commit

Permalink
Update .github/workflows/publish.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
Xi Zhang and matevz authored Oct 17, 2023
1 parent 633d62d commit 407e789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: publish
on:
push:
tags:
- clients/js/[0-9].[0-9]+.[0-9]+
- contracts/[0-9].[0-9]+.[0-9]+
- integrations/hardhat/[0-9].[0-9]+.[0-9]+
- clients/js/v[0-9].[0-9]+.[0-9]+
- contracts/v[0-9].[0-9]+.[0-9]+
- integrations/hardhat/v[0-9].[0-9]+.[0-9]+

jobs:
publish:
Expand Down

0 comments on commit 407e789

Please sign in to comment.