ソースを参照

run test actions on pull requests

Julien Staub 4 年 前
コミット
e00a986f4e
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.)