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'