Skip to content

Commit 87bd7dc

Browse files
committed
🏀 Wed Oct 23 16:37:23 UTC 2024
1 parent c22fe29 commit 87bd7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
workflow_dispatch:
88
push:
99
paths:
10-
- '/src/Application/**'
10+
- src/Application/**
1111
pull_request:
1212
paths:
13-
- '/src/Application/**'
13+
- src/Application/**
1414

1515
defaults:
1616
run:

0 commit comments

Comments
 (0)