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.
2 parents c71526b + a074ac7 commit 898acb9Copy full SHA for 898acb9
.github/workflows/pr_check.yml
@@ -7,15 +7,8 @@ on:
7
pull_request:
8
branches: dev
9
paths:
10
- - '**.c'
11
- - '**.cpp'
12
- - '**.h'
13
- - '**.hpp'
14
- - '**.json'
15
- - '**.py'
16
- - '**.md'
17
- - '.github/workflows/pr_check.yml'
18
-
+ - 'src/**'
+
19
jobs:
20
pre-release:
21
name: 'Automatic pre-release build'
.github/workflows/sonar_check.yml
@@ -1,12 +1,14 @@
1
# see https://github.com/marketplace/actions/sonarcloud-scan-for-c-and-c#usage
2
name: Sonar Check
3
+permissions:
4
+ contents: read
5
6
on:
push:
branches:
- dev
- # pull_request:
- # types: [opened, synchronize, reopened]
+ paths:
build:
0 commit comments