diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 650f2935..2fcf9bff 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,7 +1,10 @@ # ci.yml file for GitHub Actions name: Documentation -on: [push] +on: + push: + branches: + - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: