Skip to content

Commit 04a023b

Browse files
Update cicd.yml
1 parent e140dc4 commit 04a023b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
publish-js-package:
6060
needs: [run-js-tests]
6161
runs-on: ubuntu-latest
62-
if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
62+
if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main' || github.ref_name == 'dev')
6363

6464
steps:
6565
- name: Checkout this repository

0 commit comments

Comments
 (0)