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
+7 -1
View File
@@ -1,6 +1,12 @@
name: CMake name: CMake
on: [push] on:
push:
branches:
- master
pull_request:
branches:
- '*'
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)