We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff7d35 commit 3c4e185Copy full SHA for 3c4e185
1 file changed
.github/workflows/dotnet.yml
@@ -1,10 +1,13 @@
1
name: .NET
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [ master ]
7
pull_request:
8
9
+ release:
10
+ types: [released]
11
12
jobs:
13
build:
0 commit comments