Skip to content

Commit

Permalink
Switch ci trigger back to the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Jun 25, 2024
1 parent d0c70ee commit 22fd8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rocm6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: OpenSplat (Docker ROCm 6.x)
on:
push:
branches:
- torch-2.3.x
- main
pull_request:
types: [ assigned, opened, synchronize, reopened ]
release:
Expand All @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-22.04] # [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
arch: [x64] # [x64, x86]
torch-version: [2.3.1, 2.1.2] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1]
torch-version: [2.1.2] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1]
rocm-version: [6.0.2]
cmake-build-type: [Release] # [Debug, ClangTidy]
steps:
Expand Down

0 comments on commit 22fd8a1

Please sign in to comment.