Skip to content

Only run Linux build in fork CI

Charles Samborski requested to merge fix-ci into master

The main repository for the eternaltwin app has access to Mac builds, as part of the preview for this upcoming feature. Forks don't have access to it.

This difference causes CI builds in forks to fail. To address this, this commit limits CI in forks to only Linux.

Merge request reports