mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-12 15:18:05 +00: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
|
name: NoneBot2 Publish Bot
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
issues:
|
issues:
|
||||||
types: [opened, reopened, edited]
|
types: [opened, reopened, edited]
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user