2023-07-28 12:53:10 +00:00
|
|
|
name: 🔗 GHA
|
|
|
|
on:
|
2023-07-28 14:33:21 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
2023-07-28 18:17:48 +00:00
|
|
|
# push:
|
|
|
|
# branches: [ github-workflows ]
|
2023-07-28 16:51:56 +00:00
|
|
|
|
2023-07-28 12:53:10 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
# android-build:
|
|
|
|
# name: 🤖 Android
|
|
|
|
# uses: ./.github/workflows/android.yml
|
|
|
|
|
|
|
|
# ios-build:
|
|
|
|
# name: 🍏 iOS
|
|
|
|
# uses: ./.github/workflows/ios.yml
|
|
|
|
|
|
|
|
linux-build:
|
|
|
|
name: 🐧 Linux
|
|
|
|
uses: ./.github/workflows/linux.yml
|
|
|
|
|
2023-07-29 09:27:29 +00:00
|
|
|
macos-build:
|
|
|
|
name: 🍎 macOS
|
|
|
|
uses: ./.github/workflows/macos.yml
|
2023-07-28 12:53:10 +00:00
|
|
|
|
2023-07-28 18:17:48 +00:00
|
|
|
windows-build:
|
|
|
|
name: 🪟 Windows
|
|
|
|
uses: ./.github/workflows/windows.yml
|
2023-07-28 12:53:10 +00:00
|
|
|
|
|
|
|
# web-build:
|
|
|
|
# name: 🌐 Web
|
|
|
|
# uses: ./.github/workflows/web.yml
|