Skip to content

Commit

Permalink
fix: Update release branch for Docker build GHA (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Jan 23, 2024
1 parent e642f86 commit 0415b4a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0415b4a

Please sign in to comment.