🧪 Makes test only run if relevant code is touched

This commit is contained in:
Rune Harlyk
2024-03-17 21:18:41 +01:00
committed by Rune Harlyk
parent 085091d8c2
commit 7edf8792f8
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -3,8 +3,12 @@ name: Embedded app build size
on:
push:
branches: [ master ]
paths:
- 'app/**'
pull_request:
branches: [ master ]
paths:
- 'app/**'
permissions:
contents: read