Disable CI on non-master branches

This commit is contained in:
Raphaël Zumer 2020-03-21 18:35:43 -04:00
parent 57c1e6587e
commit fa1558319b
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,12 @@
name: CMake Build (Ubuntu x86-64)
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
BUILD_TYPE: Release

View File

@ -1,6 +1,12 @@
name: CMake Build (Windows x86-64)
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
BUILD_TYPE: Release