From b9836d618a009abfa399a71c1275f62b5ec22808 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 29 Sep 2023 15:50:10 -0300 Subject: [PATCH] Fix Workflows Issue gh-13873 --- .github/workflows/continuous-integration-workflow.yml | 3 --- .github/workflows/deploy-docs.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a4c15e4231..4b7a37b0c2 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,9 +1,6 @@ name: CI on: - pull_request: - branches-ignore: - - "dependabot/**" push: branches-ignore: - "dependabot/**" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4ebaf31bfd..73c3e34ffe 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,8 +1,5 @@ name: Deploy Docs on: - pull_request: - branches-ignore: - - "dependabot/**" push: branches-ignore: - "gh-pages"