Skip to content

Commit 2d5f64f

Browse files
authored
Added manual workflow trigger (#104)
1 parent abef751 commit 2d5f64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
schedule:
88
- cron: '30 3 * * *' # 3:30 AM UTC (SBOMs regenerate at 2:30 AM UTC)
9+
workflow_dispatch:
910

1011
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1112
permissions:

0 commit comments

Comments
 (0)