mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 15:26:59 +00:00
run gh workflows on PR and push differently
This commit is contained in:
parent
d1fb15fc9a
commit
ac8c386c61
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -2,8 +2,10 @@ name: Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'minor'
|
||||
pull_request:
|
||||
types: [ready_for_review, opened, reopened]
|
||||
|
||||
env:
|
||||
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -2,8 +2,10 @@ name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'minor'
|
||||
pull_request:
|
||||
types: [ready_for_review, opened, reopened]
|
||||
|
||||
env:
|
||||
VCPKG_DEFAULT_TRIPLET: x64-windows-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user