mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 02:03:14 +00:00
Merge pull request #1944 from RoboSats/run-test-in-prs
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" ]
|
||||
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 }}'
|
||||
|
Reference in New Issue
Block a user