Skip to content

Commit d67facd

Browse files
Enable checks on release branches
1 parent 556bf50 commit d67facd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- main
9+
- v*
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)