Skip to content

Runtime Observable Settings #7

Runtime Observable Settings

Runtime Observable Settings #7

Workflow file for this run

name: Build All
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"
workflow_dispatch:
jobs:
build-linux:
name: Build Linux
uses: ./.github/workflows/build-linux.yml
build-macos:
name: Build macOS
uses: ./.github/workflows/build-macos.yml
build-windows:
name: Build Windows
uses: ./.github/workflows/build-windows.yml