소스 검색

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: