Restrict workflow triggers to 'src/**' paths

Limit workflow triggers to changes in the 'src' directory.
This commit is contained in:
Stone_Red
2026-03-06 17:11:42 +01:00
committed by GitHub
parent 6e8c2fa193
commit 30066b3efb
+2
View File
@@ -6,8 +6,10 @@ name: .NET
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths: [ "src/**" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
paths: [ "src/**" ]
jobs: jobs:
build: build: