Ver código fonte

turn off workflows

nothingismagick 5 anos atrás
pai
commit
c7a4553442
1 arquivos alterados com 4 adições e 1 exclusões
  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: