Skip to content

CI/CD - combine workflows #1

CI/CD - combine workflows

CI/CD - combine workflows #1

Workflow file for this run

# This workflow will run other workflows
name: Build (All)
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linux-qt5:
uses: ./.github/workflows/build_linux_gcc_qt5.yml
linux-qt6:
uses: ./.github/workflows/build_linux_gcc_qt6.yml