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 a9ce225 commit 3407a12Copy full SHA for 3407a12
.github/workflows/ci.yml renamed to .github/workflows/ci-build-test.yml
@@ -3,8 +3,25 @@ name: Build and Test
3
on:
4
push:
5
branches: ["main"]
6
+ paths:
7
+ - ".github/workflows/ci-*.yml"
8
+ - "**/*.sln"
9
+ - "**/*.props"
10
+ - "**/Makefile"
11
+ - "/src/**"
12
+ - "/tests/**"
13
+ - "/samples/**"
14
+
15
pull_request:
16
17
18
19
20
21
22
23
24
25
26
permissions:
27
contents: read
@@ -79,5 +96,5 @@ jobs:
79
96
publish-coverage:
80
97
if: github.actor != 'dependabot[bot]'
81
98
needs: build
82
- uses: ./.github/workflows/code-coverage.yml
99
+ uses: ./.github/workflows/ci-code-coverage.yml
83
100
secrets: inherit
.github/workflows/code-coverage.yml renamed to .github/workflows/ci-code-coverage.yml
0 commit comments