diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c3a2ad7..662a04a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,8 +1,8 @@ -name: Documentation (dev) +name: Documentation (main) on: push: - branches: [dev] + branches: [main] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages