mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(github): separate builds (#3885)
This commit is contained in:
5
.github/workflows/module.yml
vendored
5
.github/workflows/module.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest] # macos-latest
|
os: ${{ github.event_name == 'pull_request' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "windows-latest"]') }} # macos-latest
|
||||||
node: [22]
|
node: [22]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@@ -65,7 +65,8 @@ jobs:
|
|||||||
run: pnpm run dev:vue:build
|
run: pnpm run dev:vue:build
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
if: matrix.os != 'windows-latest'
|
# Only publish preview package on ubuntu during PRs
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: pnpx pkg-pr-new publish --compact --no-template --pnpm
|
run: pnpx pkg-pr-new publish --compact --no-template --pnpm
|
||||||
|
|
||||||
starter-nuxt:
|
starter-nuxt:
|
||||||
|
|||||||
Reference in New Issue
Block a user