Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Torch-TensorRT Docker Build'

# Apply workflow only to main branch
# Apply workflow only to main, nightly, release branches
on:
push:
branches:
- main
- nightly
- release/2.1
- release/2.2

# If pushes to main are made in rapid succession,
# cancel existing docker builds and use newer commits
Expand Down