소스 검색

🔄 synced local '.github/workflows/' with remote 'config/workflows/'

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
nextcloud-android-bot 2 년 전
부모
커밋
d5c748c141
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .github/workflows/analysis.yml

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

@@ -1,10 +1,11 @@
+# synced from @nextcloud/android-config
 name: "Analysis"
 
 on:
     pull_request:
-        branches: [ master, stable-* ]
+        branches: [ "master", "main", "stable-*" ]
     push:
-        branches: [ master, stable-* ]
+        branches: [ "master", "main", "stable-*" ]
 
 permissions:
     pull-requests: write