瀏覽代碼

Merge pull request #7981 from ThomasWaldmann/fix-ci-config-1.4

github ci / codeql: use 1.4-maint branch
TW 1 年之前
父節點
當前提交
ae6be14822
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      .github/workflows/ci.yml
  2. 2 2
      .github/workflows/codeql-analysis.yml

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

@@ -4,7 +4,7 @@ name: CI
 
 on:
   push:
-    branches: [ 1.2-maint ]
+    branches: [ 1.4-maint ]
     paths:
     - '**.py'
     - '**.pyx'
@@ -16,7 +16,7 @@ on:
     - 'requirements.d/*'
     - '!docs/**'
   pull_request:
-    branches: [ 1.2-maint ]
+    branches: [ 1.4-maint ]
     paths:
     - '**.py'
     - '**.pyx'

+ 2 - 2
.github/workflows/codeql-analysis.yml

@@ -4,10 +4,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ 1.2-maint ]
+    branches: [ 1.4-maint ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ 1.2-maint ]
+    branches: [ 1.4-maint ]
   schedule:
     - cron: '39 2 * * 5'