Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-02 11:08:17 +02:00
committed by GitHub
parent 27795c7c6c
commit 1d917a6d50

View File

@ -1,6 +1,9 @@
name: Build/release
on: push
on:
push:
paths:
- electron-3d-app/*
jobs:
build:
@ -8,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, fedora-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repository