run only on feature ble changes

pull/14927/head
Paul Szczepanek 2021-07-16 10:20:38 +01:00
parent b960dfcaf3
commit dd16aa76d2
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: run conditional BLE feature compilation
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
paths:
- 'connectivity/FEATURE_BLE/**'
jobs: jobs:
run-conditional-feature-compilation-test: run-conditional-feature-compilation-test:
name: Conditional BLE features compilation tested name: Conditional BLE features compilation tested