Skip to content
Snippets Groups Projects
Unverified Commit b8b9f665 authored by Tim Haase's avatar Tim Haase
Browse files

Only sync master branch and all tags

parent 4390e0ca
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,13 @@ jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync-branches
- name: git-sync-master
uses: wei/git-sync@v3
with:
source_repo: "lepus2589/LoadStaticSharedTargets"
source_branch: "refs/remotes/source/*"
source_branch: "master"
destination_repo: "${{ secrets.MIRROR_DESTINATION_REPO_URL }}"
destination_branch: "refs/heads/*"
destination_branch: "master"
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}
- name: git-sync-tags
uses: wei/git-sync@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment