瀏覽代碼

Merge pull request #2231 from nextcloud/repo-sync/android-config/master

🔄 Synced file(s) with nextcloud/android-config
Andy Scherzinger 2 年之前
父節點
當前提交
88a20d2dc0
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .github/workflows/codeql.yml
  2. 1 1
      .github/workflows/detectNewJavaFiles.yml

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

@@ -2,9 +2,9 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ "master", "stable-*" ]
+    branches: [ "master", "main", "stable-*" ]
   pull_request:
-    branches: [ "master" ]
+    branches: [ "master", "main" ]
   schedule:
     - cron: '24 18 * * 3'
 

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

@@ -2,7 +2,7 @@ name: "Detect new java files"
 
 on:
   pull_request:
-    branches: [ master, stable-* ]
+    branches: [ master, main, stable-* ]
 
 permissions: read-all