Skip to content

Update OBCMake

Update OBCMake #40

Workflow file for this run

name: Stex Push Reaction
on:
workflow_dispatch:
push:
branches-ignore:
- 'master'
jobs:
trigger-windows-build:
name: Build Stex (Windows)
uses: ./.github/workflows/build-stex-windows.yml
secrets:
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }}
trigger-linux-build:
name: Build Stex (Linux)
uses: ./.github/workflows/build-stex-linux.yml
secrets:
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }}