diff --git a/.github/workflows/doc.yaml b/.github/workflows/doc.yaml index 986a88a..4006b00 100644 --- a/.github/workflows/doc.yaml +++ b/.github/workflows/doc.yaml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [$default-branch, dev.sl/presentation] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: