Browse Source

Merge pull request #279 from tevador/pr-ci1

Avoid redundant CI runs
tevador 2 năm trước cách đây
mục cha
commit
fa7c0438ee
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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: