Update README to reflect support for latest USD versions #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: USD v24.05 | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
jobs: | |
run-tests: | |
name: Run Tests for USD v24.05 | |
uses: ./.github/workflows/run-tests.yml | |
with: | |
usd-version: 24.05 | |
test-filter: '-_EqualAbove2411' |