From 5e8388f6362b00faddd289228f468975e3fb2df3 Mon Sep 17 00:00:00 2001 From: nextcloud-android-bot Date: Thu, 21 Jul 2022 11:57:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'config/workflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nextcloud-android-bot --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/detectNewJavaFiles.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dbf230032..a5c3d1133 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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' diff --git a/.github/workflows/detectNewJavaFiles.yml b/.github/workflows/detectNewJavaFiles.yml index cda6fccae..7107619e4 100644 --- a/.github/workflows/detectNewJavaFiles.yml +++ b/.github/workflows/detectNewJavaFiles.yml @@ -2,7 +2,7 @@ name: "Detect new java files" on: pull_request: - branches: [ master, stable-* ] + branches: [ master, main, stable-* ] permissions: read-all