Skip to content

Commit

Permalink
add scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhermanek authored Apr 3, 2023
1 parent 677d2bb commit 4916375
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build, Push Container image to DockerHub

on:
push:
branches:
- master
workflow_dispatch:
schedule:
- cron: '0 0 * * 6' # At 12:00 AM, only on Saturday

env:
IMAGE_NAME: "clamav-rest"
Expand Down

0 comments on commit 4916375

Please sign in to comment.