We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e3f5b commit 7678768Copy full SHA for 7678768
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ on:
8
paths:
9
- 'src/**'
10
- 'tests/**'
11
+ - 'docs/**'
12
13
pull_request:
14
types:
@@ -18,7 +19,7 @@ on:
18
19
workflow_dispatch:
20
21
concurrency:
- 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 }}
23
cancel-in-progress: true
24
25
env:
@@ -44,10 +45,6 @@ jobs:
44
45
uses: actions/setup-dotnet@v4
46
with:
47
dotnet-version: |
- 3.1.x
48
- 5.0.x
49
- 6.0.x
50
- 7.0.x
51
8.0.x
52
9.0.x
53
0 commit comments