build: don't run mac build on PR

This commit is contained in:
Johannes Millan 2025-11-11 12:01:26 +01:00
parent 72e3c50f33
commit 984196f602

View file

@ -2,19 +2,6 @@ name: Test macOS DMG Build
on:
workflow_dispatch:
pull_request:
branches:
- master
paths:
- '.github/workflows/test-mac-dmg-build.yml'
- 'electron/**'
- 'build/**'
- 'tools/**'
- 'package.json'
- 'package-lock.json'
- 'angular.json'
- 'tsconfig*.json'
- 'src/**'
jobs:
build-and-verify-dmg: