Skip to content

fix: update Build and Deploy badge to point to ci.yml workflow#83

Merged
artcava merged 3 commits intodevelopfrom
fix/readme-build-badge-link
Apr 10, 2026
Merged

fix: update Build and Deploy badge to point to ci.yml workflow#83
artcava merged 3 commits intodevelopfrom
fix/readme-build-badge-link

Conversation

@artcava
Copy link
Copy Markdown
Owner

@artcava artcava commented Apr 10, 2026

Summary

The Build and Deploy badge in the README header was pointing to master_xposterfunction.yml, a workflow file that no longer exists in .github/workflows/.

Changes

  • Updated badge URL and link to reference ci.yml, the current CI/CD workflow

Root Cause

The workflow file was renamed at some point (likely when the CI pipeline was restructured), but the badge in the README was never updated accordingly, resulting in a broken link and a badge that could not reflect the actual build status.

artcava and others added 3 commits April 10, 2026 16:22
The workflow was renamed from master_xposterfunction.yml to ci.yml.
The badge URL in README.md was never updated, causing it to render
as broken. Fixes #82.
The workflow was renamed from master_xposterfunction.yml to ci.yml.
The badge URL in README.md was never updated, causing it to render
as broken. Also updated the reference in the Deployment section.
Fixes #82.
Badge was pointing to master_xposterfunction.yml which no longer exists.
Updated reference to ci.yml, the current CI/CD workflow.
@github-actions
Copy link
Copy Markdown

⚠️ This PR does not reference an approved issue. Please link to an issue using "Closes #123" in the description.

@artcava artcava merged commit 55d8f11 into develop Apr 10, 2026
8 checks passed
@artcava artcava deleted the fix/readme-build-badge-link branch April 10, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant