Skip to content

Commit

Permalink
Merge pull request #19 from lareeth/feature/schedule
Browse files Browse the repository at this point in the history
Added schedule to build template
  • Loading branch information
lareeth authored Jan 11, 2023
2 parents 5ad3801 + 1eb7dde commit 653eb3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Docker Image CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '30 1 1,15 * *'

jobs:
build:
Expand Down

0 comments on commit 653eb3f

Please # to comment.