We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d4f86 commit 09fa3beCopy full SHA for 09fa3be
.github/workflows/linux.yaml
@@ -3,7 +3,7 @@ name: Build code on Linux
3
on:
4
push:
5
pull_request:
6
- types: [opened]
+ types: [opened, synchronize, reopened]
7
8
jobs:
9
linux:
.github/workflows/windows.yaml
@@ -1,9 +1,9 @@
1
-name: Build Code
+name: Build code
2
env:
VMA_VULKAN_VERSION: "1.3.283.0"
0 commit comments