mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
22 lines
387 B
YAML
22 lines
387 B
YAML
name: Build iDescriptor
|
|
|
|
on:
|
|
# push:
|
|
# branches: ["main"]
|
|
# pull_request:
|
|
# branches: ["main"]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build-linux:
|
|
uses: ./.github/workflows/build-linux.yml
|
|
secrets: inherit
|
|
|
|
build-windows:
|
|
uses: ./.github/workflows/build-windows.yml
|
|
secrets: inherit
|
|
|
|
build-macos:
|
|
uses: ./.github/workflows/build-macos.yml
|
|
secrets: inherit
|