dont run Pull Release check on Web code

This commit is contained in:
proddy
2024-11-06 14:42:39 +01:00
parent 324f9d0686
commit b193b45f1f

View File

@@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: dev
paths-ignore:
- 'interface/**'
paths:
- '**.c'
- '**.cpp'