Always run backend CI job on PR (#1318)

This commit is contained in:
Erik Vroon
2025-08-12 13:48:34 +02:00
committed by GitHub
parent 00933113f2
commit dccaa6e35d

View File

@@ -2,9 +2,6 @@ name: backend
on:
workflow_dispatch:
pull_request:
paths:
- 'backend/**'
- 'codecov.yml'
push:
branches:
- 'master'