chore(ci): enable beta build on develop pull requests

This commit is contained in:
Huakun Shen 2025-02-17 01:26:41 -05:00
parent 27553a2cc1
commit ecece64ff1
No known key found for this signature in database

View File

@ -3,6 +3,9 @@ name: Build Beta
on: on:
schedule: schedule:
- cron: "22 22 * * *" - cron: "22 22 * * *"
pull_request:
branches:
- develop
workflow_dispatch: workflow_dispatch:
inputs: inputs:
updater: updater: