ci: bsim: Improve path triggers for bsim tests

Let's also run the BabbleSim tests when either
the native simulator or the the include headers
are changed.
The include path was forgotten when creating the filter.
The nrf52_bsim was changed to use the native simulator
in 3a4bebacb1

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-01 09:30:00 +02:00 committed by Anas Nashif
commit 393db164e1

View file

@ -12,6 +12,8 @@ on:
- "boards/posix/**" - "boards/posix/**"
- "soc/posix/**" - "soc/posix/**"
- "arch/posix/**" - "arch/posix/**"
- "include/zephyr/arch/posix/**"
- "scripts/native_simulator/**"
- "samples/net/sockets/echo_*/**" - "samples/net/sockets/echo_*/**"
- "modules/openthread/**" - "modules/openthread/**"
- "subsys/net/l2/openthread/**" - "subsys/net/l2/openthread/**"
@ -86,6 +88,8 @@ jobs:
boards/posix/** boards/posix/**
soc/posix/** soc/posix/**
arch/posix/** arch/posix/**
include/zephyr/arch/posix/**
scripts/native_simulator/**
tests/bsim/* tests/bsim/*
- name: Check if Bluethooth files changed - name: Check if Bluethooth files changed