Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/ci-validation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Build Virtual Display Driver

on:
pull_request:
branches: [ main, master ]
push:
branches: [ main, master ]
paths-ignore:
Expand All @@ -11,6 +11,10 @@ on:
- 'LICENSE*'
workflow_dispatch:

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

env:
BUILD_CONFIGURATION: Release
VDD_SOLUTION: Virtual Display Driver (HDR)/MttVDD.sln
Expand Down Expand Up @@ -141,4 +145,3 @@ jobs:
name: VDD-${{ matrix.platform }}-${{ env.BUILD_CONFIGURATION }}
path: artifacts/VDD/${{ matrix.platform }}/
if-no-files-found: error

Loading