Skip to content

Commit 925a2cc

Browse files
committed
Remove trigger of Gitlab sync for merge requests
Duplicate triggers cause problems, so only the push trigger is left.
1 parent d237249 commit 925a2cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/gitlab.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: GitLab
22

33
on:
44
push:
5-
pull_request:
6-
branches: ["main"]
75
workflow_dispatch:
86

97
jobs:

0 commit comments

Comments
 (0)