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"