change documentation workflow to only run on main branch

This commit is contained in:
2024-12-30 17:16:27 +02:00
parent 523a58cfec
commit 4858178f52

View File

@@ -2,8 +2,9 @@ name: Deploy Documentation to Pages
on: on:
push: push:
branches: ["development","main"] branches: ["main"]
workflow_dispatch: workflow_dispatch:
branches: ["main"]
permissions: permissions:
contents: read contents: read