浏览代码

Fix Workflows

Issue gh-13873
Marcus Da Coregio 1 年之前
父节点
当前提交
b9836d618a
共有 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"