diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index fcaf0a339c..4b7a37b0c2 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches: - - '**' + branches-ignore: + - "dependabot/**" schedule: - cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: # Manual trigger diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 32b9f5056d..05313f3782 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,7 +1,7 @@ name: Deploy Docs on: push: - branches-ignore: [ gh-pages ] + branches-ignore: [ "gh-pages", "dependabot/**" ] tags: '**' repository_dispatch: types: request-build-reference # legacy