Update README to USD v25.02 and raise minimum version to v24.03 #21
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.11 | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
jobs: | |
run-tests: | |
name: Run Tests for USD v24.11 | |
uses: ./.github/workflows/run-tests.yml | |
with: | |
usd-version: 24.11 | |
test-filter: '-_Below2411' |