Skip to content

Commit 3425e91

Browse files
Checks for release branches (#230)
Including manual triggers, too.
1 parent d406ecc commit 3425e91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- main
9+
- v*
10+
workflow_dispatch:
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)