We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abef751 commit 2d5f64fCopy full SHA for 2d5f64f
.github/workflows/deploy.yml
@@ -6,6 +6,7 @@ on:
6
- main
7
schedule:
8
- cron: '30 3 * * *' # 3:30 AM UTC (SBOMs regenerate at 2:30 AM UTC)
9
+ workflow_dispatch:
10
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
permissions:
0 commit comments