Browse Source

测试最后的同步

pull/2914/head
Jiaju Zhuang 2 years ago
parent
commit
72d950c8cd
  1. 2
      .github/workflows/sync2gitee.yml

2
.github/workflows/sync2gitee.yml

@ -1,6 +1,6 @@
# 通过 Github action, 在仓库的每一次 commit 后自动同步到 Gitee 上
name: Mirror the Github organization repos to Gitee
on: [ push ]
on: [push, pull_request]
jobs:
repo-sync:

Loading…
Cancel
Save