From 1d917a6d50bd6de4f2276cf6a6b15819852564ea Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:08:17 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d90539..b15c8a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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