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

🔄 Synced file(s) with nextcloud/android-config
This commit is contained in:
Andy Scherzinger 2022-07-21 19:28:33 +02:00 committed by GitHub
commit 88a20d2dc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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