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 dfaf7e0 commit 610210fCopy full SHA for 610210f
.github/workflows/ci.yaml
@@ -109,7 +109,7 @@ jobs:
109
needs: build
110
# only on main and dev branch
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'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations' || github.ref == 'refs/heads/ds/jit-pandas'
113
114
runs-on: ubuntu-latest
115
steps:
0 commit comments