diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fbc72c1..9c4d2d7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: build: name: Build and test # Comment next line to test this job on PRs - if: ${{ github.ref == 'refs/heads/main' }} + #if: ${{ github.ref == 'refs/heads/main' }} strategy: matrix: os: [self-hosted-windows, ubuntu-latest, macos-latest] diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 8ca236313..9a80a46d6 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -44,7 +44,7 @@ name="macos" platform="macOS" runnable=true dedicated_server=false -custom_features="" +custom_features="mobile" export_filter="all_resources" include_filter="*, *.*" exclude_filter=""