Skip to content

Commit 8855bd9

Browse files
committed
Publishes on npm only when there are pushed (scheduled runs do not publish)
1 parent 2ea9388 commit 8855bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
# Only on ubuntu-latest
175175
- name: Publish JS
176-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x'
176+
if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x'
177177
run: |
178178
cd lara-framework/Lara-JS
179179
npm whoami

0 commit comments

Comments
 (0)