mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-04 20:23:50 +00:00
Adjust include paths for github workflow
This commit is contained in:
committed by
Paul Bartell
parent
8852d67477
commit
6072630e2e
10
.github/workflows/freertos_plus_demos.yml
vendored
10
.github/workflows/freertos_plus_demos.yml
vendored
@@ -2,19 +2,9 @@ name: Build FreeRTOS+ Demos
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
paths:
|
||||
- "FreeRTOS/Source"
|
||||
- "FreeRTOS-Plus/Source/**"
|
||||
- "FreeRTOS-Plus/Demo/Common/**"
|
||||
- "FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/**"
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "FreeRTOS/Source"
|
||||
- "FreeRTOS-Plus/Source/**"
|
||||
- "FreeRTOS-Plus/Demo/Common/**"
|
||||
- "FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/**"
|
||||
|
||||
jobs:
|
||||
winsim_cellular:
|
||||
|
||||
Reference in New Issue
Block a user