From 16ff2c296fc8fc3b7bfe9ea80b26153b2e15c11a Mon Sep 17 00:00:00 2001 From: Timothy <75321887+timothy-nunn@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:40:01 +0100 Subject: [PATCH] Run CI on push and PR (#2869) --- .github/workflows/process.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/process.yml b/.github/workflows/process.yml index 404a7699..55334d68 100644 --- a/.github/workflows/process.yml +++ b/.github/workflows/process.yml @@ -1,7 +1,9 @@ --- name: PROCESS main/develop testing -on: push +on: + pull_request: + push: permissions: contents: read