run PR publish on electron-builder config changes

This commit is contained in:
jeffvli
2026-03-09 09:52:42 -07:00
parent 49ff928414
commit adf48decc4
+2
View File
@@ -1,11 +1,13 @@
name: Publish (PR) name: Publish (PR)
on: on:
workflow_dispatch:
pull_request: pull_request:
branches: branches:
- development - development
paths: paths:
- 'src/**' - 'src/**'
- 'electron-builder*.yml'
jobs: jobs:
wait-for-lint: wait-for-lint: