Skip to content

added Docs workflow to Tests ignored paths #161

added Docs workflow to Tests ignored paths

added Docs workflow to Tests ignored paths #161

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- dev
- ci-testing
paths:
- 'send2ue/**/*'
- 'ue2rigify/**/*'
- 'tests/**/*'
- '.github/workflows/**'
paths-ignore:
- '.github/workflows/docs.yml'
permissions:
contents: read
checks: write
id-token: write
jobs:
test-lts:
name: Test LTS
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test LTS
unreal-version: 5.3
blender-version: 3.6
test-latest:
needs: test-lts
name: Test Latest
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test Latest
unreal-version: 5.4
blender-version: 4.2