Skip to content

Commit 09fa3be

Browse files
authored
Small maintenance of GitHub workflows (#483)
1 parent d8d4f86 commit 09fa3be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build code on Linux
33
on:
44
push:
55
pull_request:
6-
types: [opened]
6+
types: [opened, synchronize, reopened]
77

88
jobs:
99
linux:

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build Code
1+
name: Build code
22

33
on:
44
push:
55
pull_request:
6-
types: [opened]
6+
types: [opened, synchronize, reopened]
77

88
env:
99
VMA_VULKAN_VERSION: "1.3.283.0"

0 commit comments

Comments
 (0)