Update build.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
This commit is contained in:
parent
90d9b6b8ac
commit
767ab06ecd
|
@ -24,6 +24,9 @@ on:
|
|||
- 'releases/*'
|
||||
tags:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
Loading…
Reference in New Issue