We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea99af6 commit 68210f7Copy full SHA for 68210f7
1 file changed
.github/workflows/codebreaker-lib-postgresql.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
[ main ]
9
paths:
10
- - 'src/services/common/Codebreaker.Data.PostgreSQL/**'
+ - 'src/services/common/Codebreaker.Data.Postgres/**'
11
12
# Allow manually trigger
13
workflow_dispatch:
@@ -19,8 +19,8 @@ jobs:
19
version-suffix: preview.1.
20
version-number: ${{ github.run_number }}
21
version-offset: 5
22
- solutionfile-path: src/Codebreaker.Backend.PostgreSQL.sln
23
- projectfile-path: src/services/common/Codebreaker.Data.PostgreSQL/Codebreaker.Data.PostgreSQL.csproj
+ solutionfile-path: src/Codebreaker.Backend.Postgres.sln
+ projectfile-path: src/services/common/Codebreaker.Data.PostgreSQL/Codebreaker.Data.Postgres.csproj
24
dotnet-version: '9.0.x'
25
artifact-name: codebreaker-postgres
26
branch-name: main
0 commit comments