Skip to content

Commit 93bb184

Browse files
chore: CI improvements
1 parent b1a75d1 commit 93bb184

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ on:
55
branches:
66
- master
77
- dev
8+
- rc1
9+
- rc2
10+
- rc3
811
- rc4
912
- rc5
1013
- update
11-
- ver
1214
pull_request:
1315

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18+
cancel-in-progress: true
19+
1420
env:
1521
BUILD_TYPE: Release
1622

0 commit comments

Comments
 (0)