Forráskód Böngészése

run test actions on pull requests

Julien Staub 4 éve
szülő
commit
e00a986f4e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.)