Add path filter for src directory in workflow

This commit is contained in:
Stone_Red
2026-03-06 17:12:05 +01:00
committed by GitHub
parent 30066b3efb
commit 88493f6a56
+1
View File
@@ -3,6 +3,7 @@ name: Deploy Chocolatey Package
on:
push:
branches: [ "main" ]
paths: [ "src/**" ]
jobs:
deploy: