From 4d793253e8c95cb9448b96a18565fe93e28df57d Mon Sep 17 00:00:00 2001 From: Vasiliy Vasilyuk Date: Mon, 1 Jul 2024 22:53:08 +0300 Subject: [PATCH] Remove trigger of Gitlab sync for merge requests Duplicate triggers cause problems, so only the push trigger is left. --- .github/workflows/gitlab.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 1ae70d2..b03ba6f 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -2,8 +2,6 @@ name: GitLab on: push: - pull_request: - branches: ["main"] workflow_dispatch: jobs: