mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Restrict workflow triggers to 'src/**' paths
Limit workflow triggers to changes in the 'src' directory.
This commit is contained in:
@@ -6,8 +6,10 @@ name: .NET
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: [ "src/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths: [ "src/**" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user