浏览代码

Merge pull request #220 from ObKo/atsju-patch-1

run test actions on pull requests
Julien Staub 4 年之前
父节点
当前提交
011d7636eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/cmake.yml

+ 1 - 1
.github/workflows/cmake.yml

@@ -1,6 +1,6 @@
 name: Tests
 
-on: [push]
+on: [push, pull_request]
 
 env:
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)