From 4a9b65cc30b35b3b731130301fd174fc5bd4a844 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Thu, 30 Oct 2025 18:46:25 +0300 Subject: [PATCH] Update .gitea/workflows/sgeupdated.yml --- .gitea/workflows/sgeupdated.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index a8ac5d6..1e8a5ee 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -4,7 +4,10 @@ on: push: branches: - main - + pull_request: + branches: + - main + jobs: deploy: runs-on: ubuntu-latest