Skip to content

Commit 768ef1e

Browse files
committed
Permissions and changed types for PR
1 parent a0cbb78 commit 768ef1e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_dotnet.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
name: .NET Core Desktop
22

33
on:
4-
# push:
4+
push:
55
# branches: [ "Development" ]
66

77
pull_request:
88
branches: [ "Development" ]
9+
types: [opened, synchronize]
910

1011
env:
1112
Solution: src/LogExpert.sln
1213
Test_Project: src/LogExpert.Tests/LogExpert.Tests.csproj
1314

1415
jobs:
15-
build:
16+
build:
17+
permissions:
18+
contents: read
1619

1720
strategy:
1821
fail-fast: false

0 commit comments

Comments
 (0)