Skip to content

Commit f022afe

Browse files
authored
chore: enabled manual trigger on daily build action
1 parent 31147d0 commit f022afe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/daily_builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Daily Builds
22

33
on:
44
schedule:
5-
- cron: '0 20 * * *'
5+
- cron: '0 20 * * *' # Runs daily at 20:00 UTC
6+
workflow_dispatch: # Enables manual trigger
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)