From 2ce540fb3fde011113d5939750ac4db92a7b237a Mon Sep 17 00:00:00 2001 From: Elijah Date: Wed, 31 Jan 2024 10:55:09 +0100 Subject: [PATCH] Updated pipeline to run testing job on pull requests against main and release --- .gitea/workflows/ci-pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index a39158c..f7d4633 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -6,6 +6,10 @@ on: - main - release - testing-pipeline + pull_request: + branches: + - main + - release jobs: test: