Merge pull request #2107 from alicevision/dev/removeExportMaya #4761
This file contains hidden or 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: Continuous Integration | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - develop | |
| # Skip jobs when only documentation files are changed | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| - '**.db' | |
| - 'docs/**' | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| - '**.db' | |
| - 'docs/**' | |
| jobs: | |
| build-linux: | |
| uses: ./.github/workflows/build-linux.yml | |
| secrets: inherit | |
| build-windows: | |
| uses: ./.github/workflows/build-windows.yml | |
| secrets: inherit |