Run the docker workflow by schedule on master and manually for PRs
This commit is contained in:
parent
8ce90b38fc
commit
8e971406f7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue