Merge pull request #2688 from proddy/dev

dont run if no C++ src files changed
This commit is contained in:
Proddy
2025-10-26 12:14:07 +01:00
committed by GitHub
2 changed files with 7 additions and 12 deletions

View File

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

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: