mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
- 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:
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user