Skip to content

Commit 9c495e1

Browse files
committed
C#: Rename CI/GHA configuration file
1 parent af56ac2 commit 9c495e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lang-npgsql.yml renamed to .github/workflows/lang-csharp-npgsql.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: C# Npgsql
22

33
on:
44
pull_request:
5-
branches: ~
65
paths:
7-
- '.github/workflows/lang-npgsql.yml'
6+
- '.github/workflows/lang-csharp-npgsql.yml'
87
- 'by-language/csharp-npgsql/**'
98
- '/requirements.txt'
109
push:
1110
branches: [ main ]
1211
paths:
13-
- '.github/workflows/lang-npgsql.yml'
12+
- '.github/workflows/lang-csharp-npgsql.yml'
1413
- 'by-language/csharp-npgsql/**'
1514
- '/requirements.txt'
1615

0 commit comments

Comments
 (0)