Skip to content

ci(development): update workflow path filters for detecting changes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

coreyhn
Copy link
Collaborator

@coreyhn coreyhn commented Jun 25, 2025

Updated the paths filter configuration to make sure only relevant file changes trigger certain jobs. Removed composer.* because changes to the composer.json file is explicitly covered by composer.json (and we aren't tracking composer.lock in git). Removed bin/build.sh to prevent unnecessary builds because changes to this file don't necessarily mean Rust code has changed (as discussed in PR #4).

Updated the paths filter configuration to make sure only relevant file
changes trigger certain jobs. Removed `composer.*` because changes to
the `composer.json` file is explicitly covered by `composer.json` (and
we aren't tracking `composer.lock` in git). Removed `bin/build.sh` to
prevent unnecessary builds because changes to this file don't
necessarily mean Rust code has changed (as discussed in PR #4).
@coreyhn coreyhn requested a review from calvinbrewer June 25, 2025 23:36
@coreyhn coreyhn merged commit f25b77a into main Jun 26, 2025
8 checks passed
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.

2 participants