mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
also test pull requests against borg2 branch
This commit is contained in:
parent
f9132687e3
commit
72994a4432
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
||||||
- 'requirements.d/*'
|
- 'requirements.d/*'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master, borg2 ]
|
||||||
paths:
|
paths:
|
||||||
- '**.py'
|
- '**.py'
|
||||||
- '**.pyx'
|
- '**.pyx'
|
||||||
|
|
Loading…
Reference in a new issue