Small maintenance of GitHub workflows (#483)

diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml
index e7e76e6..0a93a76 100644
--- a/.github/workflows/linux.yaml
+++ b/.github/workflows/linux.yaml
@@ -3,7 +3,7 @@
 on:
   push:
   pull_request:
-    types: [opened]
+    types: [opened, synchronize, reopened]
 
 jobs:
   linux:
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml
index 9578f6e..c194b4f 100644
--- a/.github/workflows/windows.yaml
+++ b/.github/workflows/windows.yaml
@@ -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"