From ec5816fcc06c628de1b076f95d013e2336949940 Mon Sep 17 00:00:00 2001 From: Espi Marisa Date: Tue, 27 Aug 2024 22:50:59 -0500 Subject: [PATCH] ci: update branch target --- .github/workflows/codeql.yml | 4 ++-- README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c674c05c6..45b44d3da 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL" on: push: - branches: [ "develop" ] + branches: [ "main" ] pull_request: - branches: [ "develop" ] + branches: [ "main" ] schedule: - cron: "0 9 * * 2" diff --git a/README.md b/README.md index 54d0a6398..1a9bb51f8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# Hibiki Development +# Hibiki > This branch is in active development and is not ready for self-hosting or production use. [![Stable Version][badge-stable-version]][version] -[![Develop Version][badge-develop-version]][version] [![Build][badge-workflow]][workflow] [![License][badge-license]][license] @@ -53,7 +52,6 @@ When an interaction is ran, the following information will be logged to the cons [zlib/libpng][license] [badge-stable-version]: https://img.shields.io/github/package-json/v/espimarisa/hibiki/main?color=blue "Shields.io badge showing the latest production version." -[badge-develop-version]: https://img.shields.io/github/package-json/v/espimarisa/hibiki/develop?color=red "Shields.io badge showing the latest development version." [badge-license]: https://img.shields.io/badge/license-zlib-orange.svg "Shields.io badge displaying the zlib license." [badge-workflow]: https://img.shields.io/github/actions/workflow/status/espimarisa/hibiki/push.yml?branch=develop "Shields.io badge showing the latest workflow status." [discord_tos]: https://discord.com/terms "A link to Discord's Terms of Service."