فهرست منبع

Merge pull request #279 from tevador/pr-ci1

Avoid redundant CI runs
tevador 2 سال پیش
والد
کامیت
fa7c0438ee
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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: