Browse Source

turn off workflows

nothingismagick 5 năm trước cách đây
mục cha
commit
c7a4553442
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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: