Add workflow_dispatch event support

This commit is contained in:
Seth Simmons
2021-03-24 10:48:56 -04:00
committed by GitHub
parent 0ef3718b88
commit 7cd2be1580

View File

@@ -2,6 +2,7 @@ name: "Update Image and Push to Github Packages and Docker Hub"
on: on:
schedule: schedule:
- cron: "0 12 * * *" # Run every day at noon. - cron: "0 12 * * *" # Run every day at noon.
workflow_dispatch:
jobs: jobs:
rebuild-container: rebuild-container:
name: "Rebuild Container" name: "Rebuild Container"