ソースを参照

also test pull requests against borg2 branch

Thomas Waldmann 3 年 前
コミット
72994a4432
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -16,7 +16,7 @@ on:
     - 'requirements.d/*'
     - '!docs/**'
   pull_request:
-    branches: [ master ]
+    branches: [ master, borg2 ]
     paths:
     - '**.py'
     - '**.pyx'