فهرست منبع

Prevent duplicate CI Build runs for PR commits (#99)

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: danielchalmers <[email protected]>
Copilot 1 ماه پیش
والد
کامیت
df07a50402
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -2,6 +2,7 @@ name: Build
 
 on:
   push:
+    branches: [ master ]
   pull_request:
 
 jobs: