Skip to content

Commit a222c15

Browse files
committed
fix: Update release branch for Docker build GHA (#2600)
1 parent 18a462f commit a222c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: 'Torch-TensorRT Docker Build'
22

3-
# Apply workflow only to main branch
3+
# Apply workflow only to main, nightly, release branches
44
on:
55
push:
66
branches:
77
- main
88
- nightly
9-
- release/2.1
9+
- release/2.2
1010

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

0 commit comments

Comments
 (0)