dont run if no C++ src files changed

This commit is contained in:
proddy
2025-10-26 12:12:36 +01:00
parent c71526b95c
commit a074ac732d
2 changed files with 7 additions and 12 deletions

View File

@@ -7,14 +7,7 @@ on:
pull_request:
branches: dev
paths:
- '**.c'
- '**.cpp'
- '**.h'
- '**.hpp'
- '**.json'
- '**.py'
- '**.md'
- '.github/workflows/pr_check.yml'
- 'src/**'
jobs:
pre-release:

View File

@@ -1,12 +1,14 @@
# see https://github.com/marketplace/actions/sonarcloud-scan-for-c-and-c#usage
name: Sonar Check
permissions:
contents: read
on:
push:
branches:
- dev
# pull_request:
# types: [opened, synchronize, reopened]
paths:
- 'src/**'
jobs:
build: