Skip to content

using project mane & edited scene path in title bar, update borderlesโ€ฆ #4

using project mane & edited scene path in title bar, update borderlesโ€ฆ

using project mane & edited scene path in title bar, update borderlesโ€ฆ #4

Workflow file for this run

name: ๐Ÿ”— GHA
on: [push, pull_request]
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-runner
cancel-in-progress: true
jobs:
static-checks:
name: ๐Ÿ“Š Static
uses: ./.github/workflows/static_checks.yml
android-build:
name: ๐Ÿค– Android
needs: static-checks
uses: ./.github/workflows/android_builds.yml
ios-build:
name: ๐Ÿ iOS
needs: static-checks
uses: ./.github/workflows/ios_builds.yml
javascript-build:
name: ๐ŸŒ JavaScript
needs: static-checks
uses: ./.github/workflows/javascript_builds.yml
linux-build:
name: ๐Ÿง Linux
needs: static-checks
uses: ./.github/workflows/linux_builds.yml
macos-build:
name: ๐ŸŽ macOS
needs: static-checks
uses: ./.github/workflows/macos_builds.yml
server-build:
name: โ˜ Server
needs: static-checks
uses: ./.github/workflows/server_builds.yml
windows-build:
name: ๐Ÿ Windows
needs: static-checks
uses: ./.github/workflows/windows_builds.yml