mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 19:40:44 +00:00
👷 CI: 修复发布机器人的意外错误 (#892)
* 🐛 fix permission error * 👷 remove unnecessary push trigger
This commit is contained in:
5
.github/workflows/publish-bot.yml
vendored
5
.github/workflows/publish-bot.yml
vendored
@ -1,12 +1,9 @@
|
||||
name: NoneBot2 Publish Bot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
issues:
|
||||
types: [opened, reopened, edited]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user