Skip to content

ci: remove unused master branch from workflow triggers#206

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-ci-master-branch-20260621
Open

ci: remove unused master branch from workflow triggers#206
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-ci-master-branch-20260621

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Removes master from the CI workflow trigger branches — the repository only uses main.

Why

The workflow was configured to trigger on pushes and pull requests to both main and master, but this repository has no master branch. The master reference was dead configuration — GitHub Actions simply ignores it, but keeping it around:

  • Creates unnecessary entries in the workflow run list filter
  • May confuse contributors who wonder whether master is an active branch
  • Is stale config that should match the actual branch structure

Changes

  • .github/workflows/ci.yml: Changed branches: [main, master] to branches: [main] for both push and pull_request triggers

Test Plan

  • CI will still trigger on pushes/PRs to main (no behavior change for active branch)
  • All 52 existing tests pass
  • Production build succeeds

The CI workflow referenced both 'main' and 'master' branches, but the
repository only uses 'main'. Removed 'master' from push and pull_request
triggers to keep the workflow configuration accurate.
@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 21, 2026 8:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant