mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
run ci/cd on PR open, reopen and ready for review
This commit is contained in:
parent
f376d9f7be
commit
d1fb15fc9a
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: Linux
|
||||
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ready_for_review, opened, reopened]
|
||||
|
||||
env:
|
||||
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
|
||||
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Windows
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ready_for_review, opened, reopened]
|
||||
|
||||
env:
|
||||
VCPKG_DEFAULT_TRIPLET: x64-windows-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user