fix: restrict CI triggers to push-to-main and any PR#18
Merged
Conversation
Previously CI ran on push to all branches, causing duplicate runs on PRs (once for push, once for pull_request). Now pushes only trigger on main. PR trigger has no branch or event type filter. Both triggers ignore docs-only and non-code changes. https://claude.ai/code/session_01RcKeVetFxJCbWvySi24ZvP
Contributor
Release Version Check
This version will be released automatically when this PR is merged to Changelog preview0.1.0 (2026-03-05)Features
Bug Fixes
Refactoring
Documentation
Tests
CI/CD
Chores
|
Contributor
Preview DeploymentThe web app for this PR has been deployed: Use this to verify the app works correctly, especially for dependency updates. |
Updated CI workflow to simplify branch and path ignore settings.
This was referenced Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
'*') tomainonly, eliminating duplicate CI runs on PR branchestypesfilter so all PR event types are handled; no branch filter appliedpaths-ignorefor both triggers to skip CI on docs-only and non-code changes (.md,docs/,.github/pages/,LICENSE,.vscode/)Test plan
mainhttps://claude.ai/code/session_01RcKeVetFxJCbWvySi24ZvP