From 560204d8f8be8327f05c9edef3ee80b06bb00bc0 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 29 Feb 2024 17:24:35 +0100 Subject: [PATCH] Changed pipeline to deploy autotest instance on changes to release --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 02ba211..f9b4c14 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -86,4 +86,4 @@ jobs: echo "Script execution successful" exit 0 fi - if: success() && github.ref == 'refs/heads/main' + if: success() && github.ref == 'refs/heads/release'