Skip to content

Bump systembridgemodels from 4.1.0 to 4.2.0 #487

Bump systembridgemodels from 4.1.0 to 4.2.0

Bump systembridgemodels from 4.1.0 to 4.2.0 #487

Workflow file for this run

---
name: "Build"
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: timmo001/workflows/.github/workflows/build-python-linux.yml@master