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 94d09aa commit 0fd3f1eCopy full SHA for 0fd3f1e
.github/workflows/sonarcloud.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- main
6
+ paths-ignore:
7
+ - ".github/workflows/docs-build-and-publish.yml"
8
+ - "docs/**"
9
pull_request_target:
10
paths:
11
- '**/*.c'
.github/workflows/test.yml
@@ -13,6 +13,9 @@ on:
13
14
15
16
17
18
19
jobs:
20
build:
21
uses: ./.github/workflows/build.yml
0 commit comments