mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Small maintenance of GitHub workflows (#483)
This commit is contained in:
parent
d8d4f86cc2
commit
09fa3be7a0
2 changed files with 3 additions and 3 deletions
2
.github/workflows/linux.yaml
vendored
2
.github/workflows/linux.yaml
vendored
|
@ -3,7 +3,7 @@ name: Build code on Linux
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
|
4
.github/workflows/windows.yaml
vendored
4
.github/workflows/windows.yaml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Build Code
|
||||
name: Build code
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
env:
|
||||
VMA_VULKAN_VERSION: "1.3.283.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue