From c5251190fc48a0614ba6a3ccda621946f3783ac6 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:29:08 -0800 Subject: [PATCH] Update Workflows Branch from Master to Main (#20) * Update cmake-multi-platform.yml * Update codeql.yml Changes to be committed: modified: .github/workflows/codeql.yml --- .github/workflows/cmake-multi-platform.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4b57de41..f18a5bf3 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,9 +4,9 @@ name: CMake on multiple platforms on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] schedule: - cron: '30 2 * * *' # Run once per day diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 35ceccf5..90509080 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] schedule: - cron: '31 8 * * 2'