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
|
name: Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
schedule:
|
||||||
|
# for master, every day at midnight
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Reference in New Issue