diff --git a/.github/workflows/ubuntu-cpu.yml b/.github/workflows/ubuntu-cpu.yml index 0a9b2fe1..1d50701c 100644 --- a/.github/workflows/ubuntu-cpu.yml +++ b/.github/workflows/ubuntu-cpu.yml @@ -3,7 +3,7 @@ name: OpenSplat (Ubuntu CPU) on: push: branches: - - cpu-build + - main pull_request: types: [ assigned, opened, synchronize, reopened ] release: @@ -90,7 +90,6 @@ jobs: -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install \ -DOPENSPLAT_BUILD_SIMPLE_TRAINER=ON ninja - ls -l . - name: Save Artifacts if: ${{ matrix.os == 'ubuntu-22.04' && matrix.torch-version == '2.2.1' && matrix.cmake-build-type == 'Release' }}