From 52de983a5f768215b3c30d4d1017cf52bdb26d6e Mon Sep 17 00:00:00 2001 From: LeterZP Date: Sat, 23 May 2026 13:33:38 +0300 Subject: [PATCH] no --- .gitea/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8ec122c..bb4b6fb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - 'v*' jobs: pulling: @@ -27,4 +25,4 @@ jobs: steps: - name: pull changes to destination repo run: | - git pull \ No newline at end of file + git pull origin main \ No newline at end of file