diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 5c8cf0ed0d..ab8f3dbdd8 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 663753d2c1..24af311b5b 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"