Skip to content

Issue 8340: Steam modeler and suite updates #758

Issue 8340: Steam modeler and suite updates

Issue 8340: Steam modeler and suite updates #758

Workflow file for this run

name: CI/CD
on:
push:
branches:
- "master"
- "develop"
pull_request:
workflow_dispatch:
jobs:
pr-checks:
if: github.event_name == 'pull_request' && (github.base_ref == 'develop' || github.base_ref == 'master')
uses: ./.github/workflows/pr_checks.yml
web:
if: github.ref_name == 'develop' || github.ref_name == 'master'
uses: ./.github/workflows/release_web.yml
desktop:
if: github.ref_name == 'master'
uses: ./.github/workflows/release_desktop.yml
secrets: inherit