Skip to content

Commit afb9377

Browse files
committed
fix: add nightly build
1 parent 335f32a commit afb9377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
pull_request:
88
workflow_dispatch:
9+
schedule:
10+
- cron: '0 2 * * *' # Runs every night at 02:00 UTC
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}

0 commit comments

Comments
 (0)