Skip to content

Commit

Permalink
ci: update branch target
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 28, 2024
1 parent 06cc753 commit ec5816f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "develop" ]
branches: [ "main" ]
pull_request:
branches: [ "develop" ]
branches: [ "main" ]
schedule:
- cron: "0 9 * * 2"

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit ec5816f

Please sign in to comment.