ci: run pipeline also on pull requests (#88)

This commit is contained in:
Carlos Gomes Martinho
2020-05-18 18:04:34 +02:00
committed by GitHub
parent 3553ae56c2
commit 3818f3d844
+8 -2
View File
@@ -1,6 +1,12 @@
name: CMake
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- '*'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -44,4 +50,4 @@ jobs:
# shell: bash
# # Execute tests defined by the CMake configuration.
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# run: make tests && ./tests
# run: make tests && ./tests