only run actions for master branch (#33)

This commit is contained in:
Lars Melchior
2020-04-25 00:29:27 +02:00
committed by GitHub
parent cefd3fb80e
commit 363bf94ac1
6 changed files with 42 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
name: Install name: Install
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View File

@@ -1,6 +1,12 @@
name: MacOS name: MacOS
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View File

@@ -1,6 +1,12 @@
name: Standalone name: Standalone
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
build: build:

View File

@@ -1,6 +1,12 @@
name: Style name: Style
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
build: build:

View File

@@ -1,6 +1,12 @@
name: Ubuntu name: Ubuntu
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1

View File

@@ -1,6 +1,12 @@
name: Windows name: Windows
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
env: env:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1