mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 10:13:18 +00:00
Run tests in PRs
This commit is contained in:
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
@ -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 }}'
|
||||||
|
Reference in New Issue
Block a user