Skip to content

CI: decouple iOS and web pipelines via path filters#6

Merged
useruserdev merged 1 commit into
mainfrom
ci-separate-pipelines
Jun 4, 2026
Merged

CI: decouple iOS and web pipelines via path filters#6
useruserdev merged 1 commit into
mainfrom
ci-separate-pipelines

Conversation

@useruserdev
Copy link
Copy Markdown
Owner

  • build.yml: add paths filter to the pull_request trigger so the iOS build only runs on rust/ios/scripts changes (not on web-only PRs).
  • web.yml: only run on web/** changes.

Combined with release tags coming from MARKETING_VERSION (already in place), iOS release versions are fully independent of website activity.

Add paths filters so the iOS build no longer runs on web-only PRs and the web workflow no longer runs on iOS-only changes. Combined with version tags coming from MARKETING_VERSION, release versions are fully decoupled from web activity.
@useruserdev useruserdev merged commit 3e91726 into main Jun 4, 2026
3 checks passed
@useruserdev useruserdev deleted the ci-separate-pipelines branch June 4, 2026 01:06
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