Skip to content

Commit a9210b0

Browse files
committed
make publication preparation conditional
1 parent 3989d41 commit a9210b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
path: ./cml-ls/
6262

6363
- name: Prepare publication
64+
if: github.event_name == 'release' # Publish only on release creation
6465
run: |
6566
cp cml-ls.package.json cml-ls/package.json
6667
cp .yarnrc.yml cml-ls/.yarnrc.yml

0 commit comments

Comments
 (0)