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