- CI: enable build on push for nightly temporarily

This commit is contained in:
mahee96
2025-02-27 05:03:42 +05:30
parent ca57d58219
commit 8cb3de9ab5

View File

@@ -1,8 +1,8 @@
name: Nightly SideStore Build
on:
# push:
# branches:
# - develop
push:
branches:
- develop
schedule:
- cron: '0 0 * * *' # Runs every night at midnight UTC
workflow_dispatch: # Allows manual trigger