Run the docker workflow by schedule on master and manually for PRs

This commit is contained in:
Johannes Meyer 2020-07-14 08:09:32 +02:00
parent 8ce90b38fc
commit 8e971406f7
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
name: Docker image
on:
pull_request: {}
push:
branches:
- master
release:
types:
- published
schedule:
# for master, every day at midnight
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
docker: