We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c071572 + c3309eb commit 88f20e5Copy full SHA for 88f20e5
1 file changed
.github/workflows/build.yml
@@ -1,9 +1,7 @@
1
name: Build Bundle
2
3
on:
4
- push:
5
- branches:
6
- - stackable
+ pull_request:
7
8
jobs:
9
@@ -23,12 +21,4 @@ jobs:
23
21
${{ runner.OS }}-node-
24
22
${{ runner.OS }}-
25
- run: npm ci
26
- - run: node_modules/.bin/gulp lint
27
- 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