- 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 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