diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6d2b6ab..21d034c 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,6 +1,9 @@ name: Continuous Integration Workflow + on: push: + branches: + - '*' pull_request: branches: - '*' diff --git a/docs/source/credits.rst b/docs/source/credits.rst index 2d8cb22..32867be 100644 --- a/docs/source/credits.rst +++ b/docs/source/credits.rst @@ -16,6 +16,7 @@ Development Lead Contributors ^^^^^^^^^^^^ + `Maximilian Blesch `_, `Benedikt Kauf `_, `Tobias Raabe `_ Acknowledgments