소스 검색

[action][spell] remove spell check when pushing

Meco Man 11 달 전
부모
커밋
91f11aa325
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/workflows/spell_check.yml

+ 0 - 5
.github/workflows/spell_check.yml

@@ -1,11 +1,6 @@
 name: Check Spelling
 
 on:
-  push:
-    branches:
-      - master
-    paths:
-      - 'documentation/**'
   pull_request:
     branches:
       - master