Skip to content

Bump Magick.NET-Q8-AnyCPU from 13.0.1 to 13.3.0 in /AssimpNet.Tests #92

Bump Magick.NET-Q8-AnyCPU from 13.0.1 to 13.3.0 in /AssimpNet.Tests

Bump Magick.NET-Q8-AnyCPU from 13.0.1 to 13.3.0 in /AssimpNet.Tests #92

Workflow file for this run

name: Integration
# Note requirements below.
on:
push:
branches: [ main, master ]
pull_request:
branches: [ '**', '!gh-pages', '!coverage' ]
types: [ opened, reopened, ready_for_review, synchronize ]
jobs:
threshold:
name: Check Status
uses: StirlingLabs/Actions/.github/workflows/[email protected]
build:
name: Build
needs: threshold
if: |
needs.threshold.outputs.continue == 'true' &&
needs.threshold.outputs.release != 'true'
uses: StirlingLabs/Actions/.github/workflows/[email protected]
with:
release: false
strictPreflight: false