Skip to content

Commit bf754e9

Browse files
updated release.yml workflow
1 parent 2efc306 commit bf754e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: "build and publish"
22

3-
on: [release]
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
46

7+
on: [release]
58

69
jobs:
710
publish:

0 commit comments

Comments
 (0)