Skip to content

Commit

Permalink
set up scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
ceharris committed Aug 1, 2023
1 parent 13907e4 commit bb6a201
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ on:
push:
branches:
- master
schedule:
- cron: '4 30 1 * *'

jobs:
build:
name: Buiild and push docker image
name: Build and push docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit bb6a201

Please sign in to comment.