From dc499147a4a8955575d8a72175f3ea316429acd6 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Sun, 11 Apr 2021 12:52:11 +0200 Subject: [PATCH 1/5] Remove 'push' from workflow, as tests run twice --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6d2b6ab..3a121b2 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,6 +1,6 @@ name: Continuous Integration Workflow on: - push: + # push: pull_request: branches: - '*' From e0b8ba695e92cbf7d05252800b340941e9f5cb7c Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Sun, 11 Apr 2021 13:14:18 +0200 Subject: [PATCH 2/5] Update credits.rst --- docs/source/credits.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/credits.rst b/docs/source/credits.rst index 14c6d0e..32867be 100644 --- a/docs/source/credits.rst +++ b/docs/source/credits.rst @@ -12,12 +12,12 @@ BDFL Development Lead ^^^^^^^^^^^^^^^^ -`Sebastian Becker `_ +`Sebastian Becker `_, `Sebastian Gsell `_ Contributors ^^^^^^^^^^^^ -`Sebastian Gsell `_, `Maximilian Blesch `_, `Benedikt Kauf `_, `Tobias Raabe `_ +`Maximilian Blesch `_, `Benedikt Kauf `_, `Tobias Raabe `_ Acknowledgments ^^^^^^^^^^^^^^^ From e0af94bfa0458c9a9ce5e1941c39d0699039c3f4 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Sun, 11 Apr 2021 13:15:39 +0200 Subject: [PATCH 3/5] Run CI on push (all branches) --- .github/workflows/continuous-integration-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 3a121b2..103a26d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,6 +1,8 @@ name: Continuous Integration Workflow on: - # push: + push: + branches: + - '*' pull_request: branches: - '*' From ac829b1e176e61ecb04fd2fb4fe0cbc4e6f1054d Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Sun, 11 Apr 2021 14:43:00 +0200 Subject: [PATCH 4/5] Clean up CI file --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 103a26d..d41448a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,7 +2,7 @@ name: Continuous Integration Workflow on: push: branches: - - '*' + - '*' pull_request: branches: - '*' From ba936e9411ad5c3113bcdfb6af99abb88fb75bd5 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Sun, 11 Apr 2021 15:14:06 +0200 Subject: [PATCH 5/5] Clean up CI file --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index d41448a..21d034c 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,4 +1,5 @@ name: Continuous Integration Workflow + on: push: branches: