Skip to content

Commit 62f9704

Browse files
author
Confitty Developer
committed
fix(ci,docs): point at the confitty default branch
The GitHub repo's default branch is "confitty", not "main" or "dev", so the CI workflow never triggered and the README build badge always read N/A. Align branch references across: - .github/workflows/ci.yml: push + pull_request filters - README.md: build-status badge URL - src/index.html: JSON-LD license URL
1 parent 2dc97b3 commit 62f9704

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, dev]
5+
branches: [confitty]
66
pull_request:
7-
branches: [main, dev]
7+
branches: [confitty]
88

99
concurrency:
1010
group: ci-${{ github.ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p>
99
<a href="https://github.com/xcutiboo/Confitty/actions">
10-
<img src="https://img.shields.io/github/actions/workflow/status/xcutiboo/Confitty/ci.yml?branch=main&style=for-the-badge&label=build" alt="Build Status">
10+
<img src="https://img.shields.io/github/actions/workflow/status/xcutiboo/Confitty/ci.yml?branch=confitty&style=for-the-badge&label=build" alt="Build Status">
1111
</a>
1212
<a href="https://confitty.app">
1313
<img src="https://img.shields.io/badge/Live%20Demo-FF6B9D?style=for-the-badge&logo=cloudflare&logoColor=white" alt="Live Demo">

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
"inLanguage": "en",
120120
"isAccessibleForFree": true,
121-
"license": "https://github.com/xcutiboo/Confitty/blob/main/LICENSE",
121+
"license": "https://github.com/xcutiboo/Confitty/blob/confitty/LICENSE",
122122
"softwareVersion": "1.0.0",
123123
"datePublished": "2026-03-04",
124124
"dateModified": "2026-05-19"

0 commit comments

Comments
 (0)