Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavMehta3000 authored Aug 7, 2024
1 parent 8650868 commit 5f688e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Windows

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand All @@ -16,7 +15,12 @@ jobs:

matrix:
build-config: [ debug, release ]
rhi: [ dx11, dx12, opengl, vulkan ]
rhi: [ dx11, opengl ] # We currently do not support the other API's
# rhi: [ dx11, dx12, opengl, vulkan ]

concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows
cancel-in-progress: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5f688e0

Please sign in to comment.