Browse Source

修改触发事件

appendLagreFile
Jiaju Zhuang 1 year ago
parent
commit
4f4fb34669
  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, pull_request]
on: [push]
jobs:
repo-sync:

Loading…
Cancel
Save