Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 88f20e5

Browse files
authored
Merge pull request #18 from stackabletech/change-build-action
Build action runs on PR and doesn't publish bundle anymore
2 parents c071572 + c3309eb commit 88f20e5

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build Bundle
22

33
on:
4-
push:
5-
branches:
6-
- stackable
4+
pull_request:
75

86
jobs:
97

@@ -23,12 +21,4 @@ jobs:
2321
${{ runner.OS }}-node-
2422
${{ runner.OS }}-
2523
- run: npm ci
26-
- run: node_modules/.bin/gulp lint
2724
- run: node_modules/.bin/gulp bundle
28-
- name: Publish Bundle to Nexus
29-
run: >-
30-
/usr/bin/curl
31-
--fail
32-
-u 'github:${{ secrets.NEXUS_PASSWORD }}'
33-
--upload-file ./build/ui-bundle.zip
34-
"https://repo.stackable.tech/repository/misc/antora-ui-bundle.zip"

0 commit comments

Comments
 (0)