fixing tag trigger
This commit is contained in:
parent
40ca73ea2e
commit
d2c16bbb81
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches: [ main, beta ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
tags: [ '*' ]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in New Issue