We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f367738 commit 4356b43Copy full SHA for 4356b43
3 files changed
.github/workflows/build.yml
@@ -10,6 +10,9 @@ on:
10
- v*
11
pull_request:
12
13
+permissions:
14
+ contents: read
15
+
16
env:
17
postgis_version: 3
18
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
.github/workflows/trigger-doc-build.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- docs
jobs:
build:
runs-on: ubuntu-latest
EFCore.PG.slnx
@@ -11,7 +11,7 @@
<Folder Name="/Github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/build.yml" />
- <File Path=".github/workflows/codeql-analysis.yml" />
+ <File Path=".github/workflows/trigger-doc-build.yml" />
</Folder>
<Folder Name="/src/">
<Project Path="src/EFCore.PG.NodaTime/EFCore.PG.NodaTime.csproj" />
0 commit comments