Skip to content

Commit

Permalink
Create pullrequest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davishoang96 authored Dec 1, 2024
1 parent 1ef4309 commit 0c95190
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: BTA.QuizApp

on:
pull_request:
branches:
- main
- migrate-blazor-auto

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.x'
include-prerelease: true

- name: dotnet build
run: dotnet build --configuration Release

0 comments on commit 0c95190

Please sign in to comment.