chore(ci): trigger windows only for now

This commit is contained in:
Elian Doran 2025-03-23 21:00:37 +02:00
parent 6aee38337e
commit 89efc55d52
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ on:
pull_request: pull_request:
paths: paths:
- .github/actions/build-electron/* - .github/actions/build-electron/*
push:
env: env:
GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label} GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label}
GITHUB_RELEASE_ID: 179589950 GITHUB_RELEASE_ID: 179589950
@ -19,14 +20,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
arch: [x64, arm64] arch: [x64]
os: os:
- name: macos
image: macos-latest
extension: [dmg, zip]
- name: linux
image: ubuntu-latest
extension: [deb, rpm, zip, flatpak]
- name: windows - name: windows
image: windows-latest image: windows-latest
extension: [exe, zip] extension: [exe, zip]