1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 42 additions and 6 deletions

View file

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