diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5518d2e72..3814a4608 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,22 +2,9 @@ name: Documentation on: push: - branches: - - master - - develop - - feature/github-actions - - feature/doc-** - - 'doc/**' branches-ignore: - 'dependabot/**' - tags: '*' pull_request: - branches: - - master - - develop - - feature/github-actions - - feature/doc-** - - 'doc/**' branches-ignore: - 'dependabot/**'