Skip to content

Commit 0b1696a

Browse files
korlaxxalrokdshemetov
authored andcommitted
Build a container image from this branch
1 parent 9f9dfb3 commit 0b1696a

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
@@ -108,7 +108,8 @@ jobs:
108108
image:
109109
needs: build
110110
# only on main and dev branch
111-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
111+
#if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
112+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations'
112113

113114
runs-on: ubuntu-latest
114115
steps:

0 commit comments

Comments
 (0)