We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcacbac commit eb3deefCopy full SHA for eb3deef
.github/workflows/web-console.yml
@@ -25,7 +25,7 @@ jobs:
25
publish:
26
name: Publish @questdb/web-console
27
runs-on: ubuntu-latest
28
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
29
steps:
30
# TODO: do not build again for publishing
31
# reuse built artifact in this job
0 commit comments