Skip to content

Commit

Permalink
Merge pull request oalders#3 from atoomic/schedule
Browse files Browse the repository at this point in the history
only build on push to master and add a daily cron
  • Loading branch information
oalders authored Jan 16, 2020
2 parents 52a20bd + f25eebb commit 6f0ed64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# https://github.com/marketplace/actions/publish-docker

name: Publish to Docker
on: [push]
on:
push:
branches:
- 'master'
schedule:
- cron: '10 6 * * *'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f0ed64

Please sign in to comment.