ci: run pipeline also on pull requests (#88)
This commit is contained in:
committed by
GitHub
parent
3553ae56c2
commit
3818f3d844
@@ -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.)
|
||||||
@@ -44,4 +50,4 @@ jobs:
|
|||||||
# shell: bash
|
# shell: bash
|
||||||
# # Execute tests defined by the CMake configuration.
|
# # Execute tests defined by the CMake configuration.
|
||||||
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
# run: make tests && ./tests
|
# run: make tests && ./tests
|
||||||
|
|||||||
Reference in New Issue
Block a user