Merge pull request #1944 from RoboSats/run-test-in-prs

Run tests in PRs
This commit is contained in:
KoalaSat
2025-05-20 09:05:54 +00:00
committed by GitHub

View File

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