Skip to content

Commit

Permalink
Add scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiobi authored Nov 28, 2023
1 parent f0c36e2 commit b3b117f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
name: Publish Docker image

on:
# Triggers the workflow on push or pull request events but only for the main branch
# Schedule daily at 12am
Schedule:
-cron: '* * * * *'
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit b3b117f

Please sign in to comment.