From c942e1123f808c27c626d98dd37af437378bdda2 Mon Sep 17 00:00:00 2001 From: Christian Findlay <16697547+MelbourneDeveloper@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:42:01 +1000 Subject: [PATCH 1/2] Build test Bumping file to test build --- .github/workflows/buildandtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 61403a7a..152c4232 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -1,5 +1,5 @@ name: buildandtest - +# on: push: branches: From 84e75e38dc6842c18bf85e88f398a7ea2671923f Mon Sep 17 00:00:00 2001 From: Christian Findlay <16697547+MelbourneDeveloper@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:13:11 +1000 Subject: [PATCH 2/2] Do build on PR --- .github/workflows/buildandtest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 152c4232..7ec3471c 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -1,8 +1,11 @@ name: buildandtest -# + on: push: - branches: + branches: + - main + pull_request: + branches: - main jobs: