Procházet zdrojové kódy

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

run test actions on pull requests
Julien Staub před 4 roky
rodič
revize
011d7636eb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.)