Kaynağa Gözat

turn off workflows

nothingismagick 5 yıl önce
ebeveyn
işleme
c7a4553442
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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: