فهرست منبع

dont run checks on drafts

Stefan McShane 3 سال پیش
والد
کامیت
f0671c0d9f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/pr_push_checks.yaml

+ 2 - 1
.github/workflows/pr_push_checks.yaml

@@ -1,7 +1,8 @@
 name: PR Checks
 
 on:
-  - pull_request
+  pull_request:
+    types: [ready_for_review]
 
 jobs:
   testing_matrix: