revert "update linux and windows workflows to run on pr open, reopen, review submit"

This reverts commit 23e9941704.
This commit is contained in:
Lion Kortlepel
2022-10-17 12:09:36 +02:00
parent c4c3b03b7a
commit c6c2efb0b1
2 changed files with 14 additions and 23 deletions

View File

@@ -1,11 +1,6 @@
name: CMake Linux Build
on:
push:
pull_request:
types: [opened, reopened]
pull_request_review:
types: [submitted]
on: [push]
env:
BUILD_TYPE: Release
@@ -68,16 +63,16 @@ jobs:
with:
name: BeamMP-Server-linux-tests
path: ${{github.workspace}}
- name: Install Runtime Dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y liblua5.3 openssl
sudo apt-get install -y liblua5.3 openssl
- name: Test
working-directory: ${{github.workspace}}
shell: bash
run: |
chmod +x ./BeamMP-Server-tests
./BeamMP-Server-tests
chmod +x ./BeamMP-Server-tests
./BeamMP-Server-tests