Skip to content

Commit 480223e

Browse files
committed
build enable for main
1 parent 6109c48 commit 480223e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build NuGet Packages
33
on:
44
push:
55
branches:
6+
- main
67
- net8
78

89
jobs:

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run Build and Tests on Pull Request
33
on:
44
pull_request:
55
branches:
6+
- main
67
- net8
78

89
jobs:

0 commit comments

Comments
 (0)