run ci/cd on PR open, reopen and ready for review

This commit is contained in:
Lion Kortlepel 2024-02-15 12:51:47 +01:00
parent f376d9f7be
commit d1fb15fc9a
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,9 @@
name: Linux name: Linux
on: [push] on:
push:
pull_request:
types: [ready_for_review, opened, reopened]
env: env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

View File

@ -1,6 +1,9 @@
name: Windows name: Windows
on: [push] on:
push:
pull_request:
types: [ready_for_review, opened, reopened]
env: env:
VCPKG_DEFAULT_TRIPLET: x64-windows-static VCPKG_DEFAULT_TRIPLET: x64-windows-static