We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on.push.branches
.paths
1 parent 81db1bf commit 0199d1cCopy full SHA for 0199d1c
.github/workflows/sync-changes-to-gitlab.yml
@@ -2,8 +2,7 @@ name: Sync changes to GitLab
2
3
on:
4
push:
5
- branches: [main]
6
- paths: ['**']
+ branches: [master]
7
8
permissions:
9
contents: read
0 commit comments