Explorar el Código

Merge pull request #279 from tevador/pr-ci1

Avoid redundant CI runs
tevador hace 2 años
padre
commit
fa7c0438ee
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .github/workflows/c-cpp.yml

+ 4 - 1
.github/workflows/c-cpp.yml

@@ -1,6 +1,9 @@
 name: C/C++ CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches: [ master ]
+  pull_request:
 
 jobs:
   build-alpine: