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

Commit 26b2245

Browse files
author
Felix Hennig
committed
Build action runs on PR and doesn't publish bundle anymore
1 parent 35f1e79 commit 26b2245

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 10 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

@@ -25,10 +23,3 @@ jobs:
2523
- run: npm ci
2624
- run: node_modules/.bin/gulp lint
2725
- 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)