修复release没有触发Actions

This commit is contained in:
Chishin 2023-04-14 09:50:52 +08:00 committed by GitHub
parent 250e464b86
commit 40a5c605bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ on:
push:
branches:
- 'develop-zh'
release:
types: [published]
release:
types: [published]
jobs:
Docker-Buildx:
runs-on: ubuntu-latest