Browse Source

turn off workflows

nothingismagick 5 years ago
parent
commit
c7a4553442
1 changed files with 4 additions and 1 deletions
  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: