mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Merge pull request #2688 from proddy/dev
dont run if no C++ src files changed
This commit is contained in:
9
.github/workflows/pr_check.yml
vendored
9
.github/workflows/pr_check.yml
vendored
@@ -7,14 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: dev
|
branches: dev
|
||||||
paths:
|
paths:
|
||||||
- '**.c'
|
- 'src/**'
|
||||||
- '**.cpp'
|
|
||||||
- '**.h'
|
|
||||||
- '**.hpp'
|
|
||||||
- '**.json'
|
|
||||||
- '**.py'
|
|
||||||
- '**.md'
|
|
||||||
- '.github/workflows/pr_check.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-release:
|
pre-release:
|
||||||
|
|||||||
6
.github/workflows/sonar_check.yml
vendored
6
.github/workflows/sonar_check.yml
vendored
@@ -1,12 +1,14 @@
|
|||||||
# see https://github.com/marketplace/actions/sonarcloud-scan-for-c-and-c#usage
|
# see https://github.com/marketplace/actions/sonarcloud-scan-for-c-and-c#usage
|
||||||
name: Sonar Check
|
name: Sonar Check
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
# pull_request:
|
paths:
|
||||||
# types: [opened, synchronize, reopened]
|
- 'src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user