Skip to content

Merge pull request #174 from mphe/bump_version_3.1 #88

Merge pull request #174 from mphe/bump_version_3.1

Merge pull request #174 from mphe/bump_version_3.1 #88

Workflow file for this run

name: ⚙️ CI
on:
push:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "addons/rmssmartshape/documentation/"
- "scripts/"
- "**/*.png"
pull_request:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "addons/rmssmartshape/documentation/"
- "scripts/"
- "**/*.png"
jobs:
ci-unit-tests:
name: "⚙️ CI: Unit tests"
uses: ./.github/workflows/unit_tests.yml
with:
ss2d-ref: ${{ github.ref }}