From b8ecc0e4bf86b3e7a73dd219c1325be96c868ecc Mon Sep 17 00:00:00 2001 From: Plociennik Date: Wed, 29 Dec 2021 13:33:15 +0100 Subject: [PATCH 1/3] Change Github Action 'Lint and test' to automatically run for pull requests --- .github/workflows/test_and_lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index beff47c..36daade 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -2,6 +2,9 @@ name: 'Lint and test' on: push: + pull_request: + branches: + - '**' jobs: test-and-lint: From 2e3e7a2348ca7b196e6d84cb455ff3a4a87d7aef Mon Sep 17 00:00:00 2001 From: Plociennik Date: Fri, 31 Dec 2021 10:12:50 +0100 Subject: [PATCH 2/3] Trigger --- .github/workflows/test_and_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 36daade..8f18d1c 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -6,6 +6,7 @@ on: branches: - '**' + jobs: test-and-lint: runs-on: ubuntu-latest From 2a377e905b562d6bf6658047d57e7deecb5b4d0b Mon Sep 17 00:00:00 2001 From: Plociennik Date: Fri, 31 Dec 2021 11:02:20 +0100 Subject: [PATCH 3/3] Trigger --- .github/workflows/test_and_lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 8f18d1c..36daade 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -6,7 +6,6 @@ on: branches: - '**' - jobs: test-and-lint: runs-on: ubuntu-latest