Skip to content

Commit

Permalink
allow triggering jobs from web
Browse files Browse the repository at this point in the history
  • Loading branch information
detjensrobert authored Jul 5, 2024
1 parent e84aebc commit 99c867a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build images

on:
workflow_dispatch: # manual trigger
schedule:
# 4AM every monday, matches upstream weekly builds on sunday
- cron: "0 4 * * MON"
Expand Down

0 comments on commit 99c867a

Please sign in to comment.