diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3eb381b..47edd07 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,6 +1,13 @@ name: documentation -on: [push, pull_request, workflow_dispatch] +on: + pull_request: + push: + branches: + - main + release: + types: + - published permissions: contents: write diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3b7d49c..7448a71 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,6 @@ on: push: branches: - main - - dieter release: types: - published