Browse Source

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

🔄 Synced file(s) with nextcloud/android-config
Andy Scherzinger 2 years ago
parent
commit
88a20d2dc0
2 changed files with 3 additions and 3 deletions
  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:
 on:
   push:
   push:
-    branches: [ "master", "stable-*" ]
+    branches: [ "master", "main", "stable-*" ]
   pull_request:
   pull_request:
-    branches: [ "master" ]
+    branches: [ "master", "main" ]
   schedule:
   schedule:
     - cron: '24 18 * * 3'
     - cron: '24 18 * * 3'
 
 

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

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