Create pull_request_master.yml

This commit is contained in:
2024-03-10 23:59:53 +01:00
committed by GitHub
Unverified
parent 1279f4b31c
commit 8f34f7c2cc

View File

@@ -0,0 +1,26 @@
name: Build application on master pull request
on:
pull_request:
branches:
- "master"
paths:
- "VDownload**"
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build