Skip to content

Commit 69f71c9

Browse files
ci: allow nightly releases from any branch
1 parent 9e3931f commit 69f71c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
set-publish-version:
1717
# Run only on main branch
18-
if: github.ref == 'refs/heads/main'
18+
# if: github.ref == 'refs/heads/main'
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
@@ -38,7 +38,7 @@ jobs:
3838

3939
publish-npm:
4040
# Run only on main branch
41-
if: github.ref == 'refs/heads/main'
41+
# if: github.ref == 'refs/heads/main'
4242
uses: ./.github/workflows/reusable-sdk-npm.yml
4343
needs: set-publish-version
4444
with:

0 commit comments

Comments
 (0)