ci: add GitHub Actions workflow to sync all branches and tags to Gitee
This commit is contained in:
4
.github/workflows/sync-to-gitee.yml
vendored
4
.github/workflows/sync-to-gitee.yml
vendored
@@ -3,9 +3,9 @@ name: Sync to Gitee
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*' # All branchs
|
||||
- '**' # All branchs
|
||||
tags:
|
||||
- '*' # All version tags (v1.0.0, etc.)
|
||||
- '**' # All version tags (v1.0.0, etc.)
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
Reference in New Issue
Block a user