We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e642f86 commit 0415b4aCopy full SHA for 0415b4a
.github/workflows/docker_builder.yml
@@ -1,12 +1,12 @@
1
name: 'Torch-TensorRT Docker Build'
2
3
-# Apply workflow only to main branch
+# Apply workflow only to main, nightly, release branches
4
on:
5
push:
6
branches:
7
- main
8
- nightly
9
- - release/2.1
+ - release/2.2
10
11
# If pushes to main are made in rapid succession,
12
# cancel existing docker builds and use newer commits
0 commit comments