diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 53c54bfd..6492244c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: docs on: push: - branches: [main] + branches: [add-ci, main] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -17,7 +17,7 @@ concurrency: jobs: docs-deploy: - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' || 'refs/heads/add-ci' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}