🧪 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: on:
push: push:
branches: [ master ] branches: [ master ]
paths:
- 'app/**'
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths:
- 'app/**'
permissions: permissions:
contents: read contents: read
+4
View File
@@ -3,8 +3,12 @@ name: Frontend Tests
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths:
- 'app/**'
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths:
- 'app/**'
permissions: permissions:
contents: read contents: read