Skip to content

Commit 1dbc684

Browse files
committed
CI: Add path filter to csharp-npgsql project
In this manner, corresponding CI jobs will only be started on changes within the relevant directories.
1 parent 538e160 commit 1dbc684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests-npgsql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Npgsql Tests
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'by-language/csharp-npgsql/**'
68
pull_request:
79
branches: [ main ]
10+
paths:
11+
- 'by-language/csharp-npgsql/**'
812
workflow_dispatch:
913
schedule:
1014
- cron: '0 2 * * *'

0 commit comments

Comments
 (0)