mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 05:35:35 +08:00
Fix: Remove pull_requests trigger in gitee mirror action
since a merged pull request creates push events
This commit is contained in:
1
.github/workflows/gitee-mirror.yml
vendored
1
.github/workflows/gitee-mirror.yml
vendored
@@ -1,7 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
|
||||||
schedule:
|
schedule:
|
||||||
# UTC 21:00 -> CST (China) 5:00
|
# UTC 21:00 -> CST (China) 5:00
|
||||||
- cron: '0 21 * * *'
|
- cron: '0 21 * * *'
|
||||||
|
|||||||
Reference in New Issue
Block a user