Merge pull request #178 from FEX-Emu/HdkR/Github_workflow

Ensure local pushes to a branch don't run through CI
This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2020-05-18 16:51:43 +03:00 committed by GitHub
commit 1c314298b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@ name: Build + Test
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)