Skip to content

Commit

Permalink
feat: sync all branches
Browse files Browse the repository at this point in the history
Signed-off-by: homalozoa <[email protected]>
  • Loading branch information
homalozoa committed Jan 18, 2023
1 parent 4b3f74f commit 110e5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: repo-sync/github-sync@v2
with:
source_repo: "https://git.yoctoproject.org/git/poky.git"
source_branch: "master"
destination_branch: "master"
source_branch: "*"
destination_branch: "*"
github_token: ${{ secrets.GITHUB_TOKEN }}
sync_tags: "true"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It's a mirror of `poky`. Which URL: https://git.yoctoproject.org/poky/

As description in [Sync Action](.github/workflows/sync.yml), the sync action runs hourly with `master` branch and `all tags`.
As description in [Sync Action](.github/workflows/sync.yml), the sync action runs hourly with `all branches` and `all tags`.

## License of Poky

Expand Down

0 comments on commit 110e5ea

Please sign in to comment.