Kaynağa Gözat

Merge pull request #279 from tevador/pr-ci1

Avoid redundant CI runs
tevador 2 yıl önce
ebeveyn
işleme
fa7c0438ee
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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: