Only run tests when nsis files are modified

This commit is contained in:
twangboy 2024-09-04 11:50:44 -06:00 committed by Daniel Wozniak
parent fb2297e11c
commit 676945eec7

View file

@ -14,6 +14,7 @@ jobs:
name: Logic Tests
runs-on:
- windows-latest
if: ${{ contains(fromJSON('["push", "schedule", "workflow_dispatch"]'), github.event_name) || fromJSON(inputs.changed-files)['nsis_tests'] }}
steps: