mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
This commit is contained in:
parent
75701a56ab
commit
5e8388f636
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