Skip to content

Commit 7678768

Browse files
committed
refactor: Remove old versions in ci.yml
1 parent 25e3f5b commit 7678768

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- 'src/**'
1010
- 'tests/**'
11+
- 'docs/**'
1112

1213
pull_request:
1314
types:
@@ -18,7 +19,7 @@ on:
1819
workflow_dispatch:
1920

2021
concurrency:
21-
group: verification-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
22+
group: ci-${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') && github.run_id || github.event.pull_request.number || github.ref }}
2223
cancel-in-progress: true
2324

2425
env:
@@ -44,10 +45,6 @@ jobs:
4445
uses: actions/setup-dotnet@v4
4546
with:
4647
dotnet-version: |
47-
3.1.x
48-
5.0.x
49-
6.0.x
50-
7.0.x
5148
8.0.x
5249
9.0.x
5350

0 commit comments

Comments
 (0)