From 0e0bad18fba34007d0d75fd6146e9eeef2485259 Mon Sep 17 00:00:00 2001 From: Elijah Date: Tue, 6 Feb 2024 11:10:13 +0100 Subject: [PATCH] Added main check to only deploy on the main branch --- .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 844c50f..13fbcaf 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/main'