Update docker-publish.yml

This commit is contained in:
hexeth 2022-10-07 19:46:43 -07:00 committed by GitHub
parent 7ec4035cbd
commit 887f6d886a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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