Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
update .github/workflows/tagpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Apr 3, 2023
1 parent c247a41 commit 1435393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tagpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
releaser:
uses: protocol/.github/.github/workflows/tagpush.yml@master

0 comments on commit 1435393

Please sign in to comment.