Update build-push.yml to include release/0.10.0-beta branch in the workflow trigger

This commit is contained in:
-LAN- 2024-10-15 14:24:27 +08:00
parent 86427468fd
commit 6e9129a333

View File

@ -5,6 +5,7 @@ on:
branches:
- "main"
- "deploy/dev"
- "release/0.10.0-beta"
release:
types: [published]