Skip to content

Commit 3c4e185

Browse files
authored
Update workflow dispatch rules in dotnet.yml
1 parent 9ff7d35 commit 3c4e185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: .NET
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master ]
67
pull_request:
78
branches: [ master ]
9+
release:
10+
types: [released]
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)