Update docker-publish.yml
This commit is contained in:
parent
b6ac6a47fc
commit
4c4b941c55
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -9,11 +9,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '39 18 * * *'
|
- cron: '39 18 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main","development" ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'release-*.*.*' ]
|
tags: [ 'release-*.*.*','alpha-*.*.*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main","development" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user