Update docker-publish.yml
This commit is contained in:
parent
7ec4035cbd
commit
887f6d886a
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -9,11 +9,11 @@ on:
|
|||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ develop ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ develop ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
Loading…
Reference in a new issue