Przeglądaj źródła

run test actions on pull requests

Julien Staub 4 lat temu
rodzic
commit
e00a986f4e
1 zmienionych plików z 1 dodań i 1 usunięć
  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.)