Skip to content

Commit 2391d10

Browse files
korlaxxalrokdshemetov
authored andcommitted
CI: Build a container image from this branch
1 parent a1efe48 commit 2391d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
image:
107107
needs: build
108108
# only on main and dev branch
109-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
109+
#if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
110+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations'
110111

111112
runs-on: ubuntu-latest
112113
steps:

0 commit comments

Comments
 (0)