Skip to content

Commit 0199d1c

Browse files
committed
Corrected on.push.branches, deleted .paths
1 parent 81db1bf commit 0199d1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Sync changes to GitLab
22

33
on:
44
push:
5-
branches: [main]
6-
paths: ['**']
5+
branches: [master]
76

87
permissions:
98
contents: read

0 commit comments

Comments
 (0)