2023-07-28 12:53:10 +00:00
|
|
|
name: 🔗 GHA
|
|
|
|
on:
|
2023-07-28 14:33:21 +00:00
|
|
|
# push:
|
|
|
|
# tags:
|
|
|
|
# - v0.**
|
|
|
|
|
|
|
|
# branches: [ github-workflows ]
|
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
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
|
|
|
|
|
|
|
|
# macos-build:
|
|
|
|
# name: 🍎 macOS
|
|
|
|
# uses: ./.github/workflows/macos.yml
|
|
|
|
|
|
|
|
# windows-build:
|
|
|
|
# name: 🏁 Windows
|
|
|
|
# uses: ./.github/workflows/windows.yml
|
|
|
|
|
|
|
|
# web-build:
|
|
|
|
# name: 🌐 Web
|
|
|
|
# uses: ./.github/workflows/web.yml
|