Skip to content

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

Merged
coreyhn merged 1 commit into
mainfrom
ci/update-development-workflow
Jun 26, 2025
Merged

ci(development): update workflow path filters for detecting changes#5
coreyhn merged 1 commit into
mainfrom
ci/update-development-workflow

Conversation

@coreyhn
Copy link
Copy Markdown
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
@coreyhn coreyhn deleted the ci/update-development-workflow branch June 26, 2025 21:52
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