- 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 name: Nightly SideStore Build
on: on:
# push: push:
# branches: branches:
# - develop - develop
schedule: schedule:
- cron: '0 0 * * *' # Runs every night at midnight UTC - cron: '0 0 * * *' # Runs every night at midnight UTC
workflow_dispatch: # Allows manual trigger workflow_dispatch: # Allows manual trigger