Skip to content

Commit

Permalink
Enable CI for dotnet-vnext
Browse files Browse the repository at this point in the history
Also run CI builds for the `dotnet-vnext` branch.
  • Loading branch information
martincostello committed May 3, 2023
1 parent baaa3a9 commit 684e176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, dotnet-vnext ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dependency-review

on:
pull_request:
branches: [ main ]
branches: [ main, dotnet-vnext ]

permissions:
contents: read
Expand Down

0 comments on commit 684e176

Please sign in to comment.