Merge pull request #588 from rzumer/gh-master

Disable CI on non-master branches
This commit is contained in:
Arisotura 2020-04-15 11:30:14 +02:00 committed by GitHub
commit 1c756843f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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