mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
Merge pull request #1136 from voidking/pr
bugfix: fix release trigger problem
This commit is contained in:
commit
6e3c16a580
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-package.yaml
vendored
3
.github/workflows/build-package.yaml
vendored
|
|
@ -1,8 +1,9 @@
|
|||
name: Build and upload python package
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [created]
|
||||
types: [created, published]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue