فهرست منبع

turn off workflows

nothingismagick 5 سال پیش
والد
کامیت
c7a4553442
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      .github/workflows/test-on-pr.yml

+ 4 - 1
.github/workflows/test-on-pr.yml

@@ -1,6 +1,9 @@
 name: test library
 
-on: [pull_request]
+on:
+  push:
+    branches:
+      - doesnotexist
 
 jobs:
   build-lib: