Skip to content

ci: trigger on all PRs, add tvOS and visionOS build steps#69

Merged
cxfksword merged 2 commits into
mainfrom
copilot/update-ci-config-for-tvos-visionos
Apr 11, 2026
Merged

ci: trigger on all PRs, add tvOS and visionOS build steps#69
cxfksword merged 2 commits into
mainfrom
copilot/update-ci-config-for-tvos-visionos

Conversation

Copilot AI commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

CI was only triggered on pushes to develop/tags with no PR coverage, and tvOS/visionOS builds were absent entirely.

Changes

  • Trigger: Added pull_request event with no branch filter — fires on all PRs
  • tvOS: New build step targeting Demo/Demo-tvOS/Demo-tvOS.xcodeproj
  • visionOS: New build step targeting Demo/Demo-visionOS/Demo-visionOS.xcodeproj
on:
  push:
    branches:
      - develop
    tags:
      - '*'
  pull_request:
  workflow_dispatch:

Copilot AI and others added 2 commits April 11, 2026 02:34
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