소스 검색

Merge branch '6.1.x'

Marcus Da Coregio 1 년 전
부모
커밋
5055ee98db
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 3
      .github/workflows/continuous-integration-workflow.yml
  2. 0 3
      .github/workflows/deploy-docs.yml

+ 0 - 3
.github/workflows/continuous-integration-workflow.yml

@@ -1,9 +1,6 @@
 name: CI
 
 on:
-  pull_request:
-    branches-ignore:
-      - "dependabot/**"
   push:
     branches-ignore:
       - "dependabot/**"

+ 0 - 3
.github/workflows/deploy-docs.yml

@@ -1,8 +1,5 @@
 name: Deploy Docs
 on:
-  pull_request:
-    branches-ignore:
-      - "dependabot/**"
   push:
     branches-ignore:
       - "gh-pages"