From a976f3f0460ec39393669c62ae00385dfa63219f Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 25 Feb 2025 13:18:03 +0200 Subject: [PATCH] fix: fix some of README badges/CI * run CI on `main` branch, not on `master` * hide releases badge for now --- .github/workflows/codetracer.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codetracer.yml b/.github/workflows/codetracer.yml index 657b300..0166c70 100644 --- a/.github/workflows/codetracer.yml +++ b/.github/workflows/codetracer.yml @@ -2,7 +2,7 @@ name: Codetracer CI on: push: branches: - - master + - main pull_request: jobs: diff --git a/README.md b/README.md index 977848b..070571c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Release](https://img.shields.io/github/release/metacraft-labs/codetracer.svg)](https://github.com/metacraft-labs/codetracer/releases) + [![CI Status](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml/badge.svg)](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml) [![Discord](https://img.shields.io/discord/1326949714679038014?label=Discord&logo=discord&style=flat)](https://discord.gg/aH5WTMnKHT)