mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Merge pull request #2231 from nextcloud/repo-sync/android-config/master
🔄 Synced file(s) with nextcloud/android-config
This commit is contained in:
commit
88a20d2dc0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
2
.github/workflows/detectNewJavaFiles.yml
vendored
2
.github/workflows/detectNewJavaFiles.yml
vendored
|
@ -2,7 +2,7 @@ name: "Detect new java files"
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, stable-* ]
|
||||
branches: [ master, main, stable-* ]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
Loading…
Reference in a new issue