From 93f1498bf06010574e94e37deea51597f3ec348b Mon Sep 17 00:00:00 2001 From: acse-42951e9d Date: Tue, 17 Oct 2023 11:06:16 +0100 Subject: [PATCH 1/4] test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e715af5..42e4e01 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # CI MPM Toy repo with some simple functions for the CI lecture + +Trivial change. \ No newline at end of file From b23d2434e4794222cd40dc03d60287d98c795855 Mon Sep 17 00:00:00 2001 From: acse-42951e9d Date: Tue, 17 Oct 2023 11:11:59 +0100 Subject: [PATCH 2/4] changed mpm_test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e4e01..9f2e60e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # CI MPM Toy repo with some simple functions for the CI lecture -Trivial change. \ No newline at end of file +Trivial change_11. \ No newline at end of file From 1e824aceb7fef140265327198c5dbdf4138d4fcc Mon Sep 17 00:00:00 2001 From: acse-42951e9d Date: Tue, 17 Oct 2023 11:43:00 +0100 Subject: [PATCH 3/4] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2e60e..67b482a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # CI MPM Toy repo with some simple functions for the CI lecture -Trivial change_11. \ No newline at end of file +Trivial change_33. \ No newline at end of file From a30fae06c2064ab852c22cc350b9e0bdd570b0f5 Mon Sep 17 00:00:00 2001 From: acse-42951e9d Date: Tue, 17 Oct 2023 11:44:01 +0100 Subject: [PATCH 4/4] have changed --- .github/workflows/flake8.yml | 2 ++ .github/workflows/pytest-unit-tests.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index d8f781d..8614a65 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -6,9 +6,11 @@ on: push: branches: - master + - mpm_test pull_request: branches: - master + - mpm_test jobs: flake8: diff --git a/.github/workflows/pytest-unit-tests.yml b/.github/workflows/pytest-unit-tests.yml index 4511bb8..96b59d4 100644 --- a/.github/workflows/pytest-unit-tests.yml +++ b/.github/workflows/pytest-unit-tests.yml @@ -6,9 +6,11 @@ on: push: branches: - master + - mpm_test pull_request: branches: - master + - mpm_test jobs: pytest: