We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55eed3f commit 9efebd2Copy full SHA for 9efebd2
1 file changed
.github/workflows/build-coverage.yml
@@ -5,26 +5,26 @@ on:
5
branches:
6
- main
7
- gcovr_github
8
- paths:
9
- - .github/workflows/*.yml
10
- - '**CMakeLists.txt'
11
- - 'cmake/**'
12
- - 'examples/**'
13
- - 'src/**'
14
- - '!**Makefile'
15
- - '!**md'
+ # paths:
+ # - .github/workflows/*.yml
+ # - '**CMakeLists.txt'
+ # - 'cmake/**'
+ # - 'examples/**'
+ # - 'src/**'
+ # - '!**Makefile'
+ # - '!**md'
16
pull_request:
17
18
19
20
21
22
23
24
25
26
27
-
+ #
28
#permissions:
29
# contents: read
30
0 commit comments