Skip to content

Commit 164499a

Browse files
authored
Update dotnet.yml
1 parent 44575bd commit 164499a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/dotnet.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
name: .NET
55

66
on:
7-
push:
8-
branches: [ "main" ]
9-
pull_request:
10-
branches: [ "main" ]
7+
# Commenting out automatic triggers
8+
# push:
9+
# branches: [ "main" ]
10+
# pull_request:
11+
# branches: [ "main" ]
12+
13+
# Manually trigger release
14+
workflow_dispatch:
15+
1116

1217
permissions:
1318
contents: write

0 commit comments

Comments
 (0)