- test nightly CI issue on push (will disable push based build after fixing this coz nightly will run on schedule)

This commit is contained in:
=
2025-02-26 18:52:50 +05:30
parent 62f91ec7a9
commit 7f94edc041

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