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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user