Run tests in PRs

This commit is contained in:
koalasat
2025-05-20 11:05:21 +02:00
parent 7b6cfb846e
commit d544510b66

View File

@ -7,8 +7,10 @@ on:
branches: [ "main" ] branches: [ "main" ]
paths: ["api", "chat", "control", "robosats"] paths: ["api", "chat", "control", "robosats"]
pull_request_target: pull_request_target:
branches: [ "main" ] branches:
paths: ["api", "chat", "control", "robosats"] - main
paths:
- '**.py'
concurrency: concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'