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

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
This commit is contained in:
nextcloud-android-bot 2022-07-21 11:57:15 +00:00
parent 75701a56ab
commit 5e8388f636
2 changed files with 3 additions and 3 deletions

View file

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

View file

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