enable local actions for pull requests (#32)

This commit is contained in:
Lars Melchior 2020-04-24 11:10:37 +02:00 committed by GitHub
parent 716a30d90b
commit 956c2f09b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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