diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 74cd4499e..25e419022 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,7 +3,8 @@ name: Documentation on: push: branches: - - fix-docs + - 'gh-pages' + - 'main' paths: - '.github/workflows/documentation.yml' - 'website/**'