From d544510b6671f3f0cdffbf9e4083372a0d8541ef Mon Sep 17 00:00:00 2001 From: koalasat Date: Tue, 20 May 2025 11:05:21 +0200 Subject: [PATCH] Run tests in PRs --- .github/workflows/integration-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 93afdb06..751b982a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 }}'