mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-05 22:16:55 +00:00
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:
commit
1c314298b8
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -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.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user