mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
👷 CI: 修复发布机器人的意外错误 (#892)
* 🐛 fix permission error * 👷 remove unnecessary push trigger
This commit is contained in:
parent
8ccf10954a
commit
2b64e8266c
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:
|
||||
|
Loading…
Reference in New Issue
Block a user