Skip to content

Commit 3b6a3bb

Browse files
Build on every PR
1 parent 9e3f818 commit 3b6a3bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: linux
22

3-
on: [ push ]
3+
on: [ push, pull_request ]
44

55
env:
66
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: macos
22

3-
on: [ push ]
3+
on: [ push, pull_request ]
44

55
env:
66
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: windows
22

3-
on: [ push ]
3+
on: [ push, pull_request ]
44

55
env:
66
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

0 commit comments

Comments
 (0)