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 e140dc4 commit 04a023bCopy full SHA for 04a023b
.github/workflows/cicd.yml
@@ -59,7 +59,7 @@ jobs:
59
publish-js-package:
60
needs: [run-js-tests]
61
runs-on: ubuntu-latest
62
- if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
+ if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main' || github.ref_name == 'dev')
63
64
steps:
65
- name: Checkout this repository
0 commit comments