Skip to content

Fix bash if condition (again) #29

Fix bash if condition (again)

Fix bash if condition (again) #29

Workflow file for this run

name: Build and test all platforms
on:
push:
workflow_dispatch:
jobs:
linux:
permissions:
contents: read
uses: ./.github/workflows/linux.yml
macos:
permissions:
contents: read
uses: ./.github/workflows/macos.yml
windows:
permissions:
contents: read
uses: ./.github/workflows/windows.yml