minor ci checks

This commit is contained in:
Ruben Fiszel
2025-03-20 10:48:18 +01:00
parent 4f998d5543
commit 470488d5fb
2 changed files with 11 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
name: Backend check
on:
pull_request:
types: [opened, synchronize, reopened]
- "backend/**"
- ".github/workflows/backend-check.yml"
push:
paths:
- "backend/**"
+7 -1
View File
@@ -1,10 +1,16 @@
name: check frontend build
on:
pull_request:
types: [opened, synchronize, reopened, closed]
types: [opened, synchronize, reopened]
paths:
- "frontend/**"
- ".github/workflows/frontend-check.yml"
merge_group:
push:
paths:
- "frontend/**"
- ".github/workflows/frontend-check.yml"
jobs:
npm_check: